Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Carbon

A simple PHP API extension for DateTime.
Collective - Host: opensource - https://opencollective.com/carbon - Website: https://carbon.nesbot.com/ - Code: https://github.com/briannesbitt/Carbon

Add languages unit tests

github.com/briannesbitt/Carbon - 8b1a46376e54c706d121f46baddc54a5e7e289a5 authored over 6 years ago
Add kiswahili/swahili language

Translation source: https://github.com/jenssegers/date/blame/cb14a65f7f050a21e1dfa89cdcdd9a425b20...

github.com/briannesbitt/Carbon - 25724c9303127293d06e56a039e317b985ab12d8 authored over 6 years ago
Add obsolete serbo-croatian language

Translation source: https://github.com/jenssegers/date/blame/1b410d46d1d1efb7f69e568b672b2c64945f...

github.com/briannesbitt/Carbon - 0722cb734b9024a166fbf21ac11a9a48c9222560 authored over 6 years ago
Add nepali language

Translation source: https://github.com/jenssegers/date/blame/88c4b274cdcb4e5446fd89f278d8a3aec8a9...

github.com/briannesbitt/Carbon - 79c3520c995aea274ff7e4eb6ce83d36ebe8cd91 authored over 6 years ago
Add icelandic language

Translation source: https://github.com/jenssegers/date/blame/2b3ac65a84f8f185f4fdc82a24f0fe3ce191...

github.com/briannesbitt/Carbon - 2ca03377d33b1a69e1c022912527c339d1654fce authored over 6 years ago
Add simplified chinese language

Translation source: https://github.com/jenssegers/date/blame/3b239638bb3730f7fe36bdd8e688075af5a6...

github.com/briannesbitt/Carbon - 380be124e0585d663c2963f1d1d59e76ae5d66f1 authored over 6 years ago
Add bosnian language

Translation source: https://github.com/jenssegers/date/blame/13f2e771d5e4af910cca776667a15a13bef0...

github.com/briannesbitt/Carbon - 6d97d34efd15e3d1cb0dd7e20d2e3c3121980a83 authored over 6 years ago
Update phpdoc comment with content from official documentation (#1278)

Signed-off-by: codekaar <[email protected]>

github.com/briannesbitt/Carbon - 6ec1eb75057f426fafd6faad5bf646d6d4947e4b authored over 6 years ago
Add diff translations for Serbian (#1277)

* Add diff translations for Serbian

* Replaced one word with synonym - more use cases; but bo...

github.com/briannesbitt/Carbon - 424cf25d122787ba1d8cf5e0228a969982e3c329 authored over 6 years ago
Respect mock instance in createFromFormat with partial format (#1281)

* Support creating from partial format based on a mock

* Add test for microseconds

* Alway...

github.com/briannesbitt/Carbon - a033afb9a4f476f4f3adfa6b16891bc0fc02f864 authored over 6 years ago
Add diff translations for Catalan. (#1282)

github.com/briannesbitt/Carbon - 93b7f757a2d2a2850218c89e8d16c842bd36018f authored over 6 years ago
Add diff translations for Spanish. (#1283)

github.com/briannesbitt/Carbon - 1cff23d35818386ed76e9360822044a08be0a920 authored over 6 years ago
Add diff translations for Slovenian (#1276)

github.com/briannesbitt/Carbon - 0c36e7a54a37f889ee52969ae12093650660c452 authored over 6 years ago
Add diff translations for Polish (#1275)

github.com/briannesbitt/Carbon - 184d799f7531e492fd14dd19d74f661b9bdb1bab authored over 6 years ago
Add diff translations for Norwegian (#1274)

github.com/briannesbitt/Carbon - b40ce383327137876fb6df41f50c4d5849ac3df6 authored over 6 years ago
Add Diff translations for Dutch (#1273)

* Add Diff translations for Dutch

There is still one string that I could not translate, sin...

github.com/briannesbitt/Carbon - bec076d36a64e79028c2de81a53c857f69632184 authored over 6 years ago
Add comparison tests (#1265)

github.com/briannesbitt/Carbon - ef81c39b67200dcd7401c24363dcac05ac3a4fe9 authored almost 7 years ago
Add methods for granular comparison (mentioned in #1248) (#1261)

* Add comparison method isSameHour, isSameMinute and isSameSecond
* Add isCurrent aliases

github.com/briannesbitt/Carbon - e41a06bb806f3abd3cf7a0d15a9997f9b82c75e4 authored almost 7 years ago
Provide diff options for now, yesterday, tomorrow (#1263)

github.com/briannesbitt/Carbon - 43a55203b1465355582745cfc73461de6b99961e authored almost 7 years ago
Multiply CarbonInterval given number of times (#1260)

* Multiply CarbonInterval given number of times
* Invert interval for negative factor

github.com/briannesbitt/Carbon - 0271028194cb9fc9c8624258b06714f07d4cf1ce authored almost 7 years ago
Always pass $self at its position even if previous arguments miss (#1254)

github.com/briannesbitt/Carbon - e3d9014279133a3cccc01f6a691322a2d5a6a87b authored almost 7 years ago
Fix Italian translation for from_now (#1244)

Fix Italian translation for from_now

* The correct way to say it in Italian is "tra 2 ore", o...

github.com/briannesbitt/Carbon - 2ad66ded693e72f8738b7e47fd39a12687c75c35 authored almost 7 years ago
Test DateTimeInterface everywhere with DateTime (#1253)

github.com/briannesbitt/Carbon - c83f42ca4d9ba1434981aa754850cefeb7cc238f authored almost 7 years ago
Added Methods for Quarter (#1243)

* Added Methods for Quarter

The following methods have been added:
- isSameQuarter
- isCu...

github.com/briannesbitt/Carbon - d3e04cd19caf20c154295cfba1752280e8f95e5b authored almost 7 years ago
Merge pull request #1252 from kylekatarnls/master

Pass $this as an additional argument only if its name is $self

github.com/briannesbitt/Carbon - b63c0d809256a434ea74e6b41ca5f5f9d16220e6 authored almost 7 years ago
Pass $this as an additional argument only if its name is $self

github.com/briannesbitt/Carbon - 1c04af6fbf62562bef78e319bbb10b7d1f410131 authored almost 7 years ago
Merge pull request #1251 from kylekatarnls/master

Rename variables

github.com/briannesbitt/Carbon - c0ae2011b47f00a51dc84b18399894953097bca3 authored almost 7 years ago
Change macros variable name to coexist with Laravel's one

github.com/briannesbitt/Carbon - 55bd4c9b9d8c8fb7bfb057defc8ed011d0e6add4 authored almost 7 years ago
Merge branch 'master' of https://github.com/briannesbitt/Carbon

github.com/briannesbitt/Carbon - da5d91b6860255480780b0e412359bce808de989 authored almost 7 years ago
Merge pull request #1240 from kylekatarnls/diff-options

Diff options

github.com/briannesbitt/Carbon - bab61b25da5a28a6a7a5785d34802174b2a24b99 authored almost 7 years ago
Avoid unit test bug when running the test at midnight

github.com/briannesbitt/Carbon - a4ee1deb2b7b106b78f6b5ae5fa152e909b84986 authored almost 7 years ago
Remove branch-alias

github.com/briannesbitt/Carbon - cfbd5c747c98083f5f27aad1cc7b4281f8fd9669 authored almost 7 years ago
#625 #626 Fallback on language translations missing

github.com/briannesbitt/Carbon - 999cdae6d9ed676e1abb61db8a2f3afda1760645 authored almost 7 years ago
#625 #626 Provide enableHumanDiffOption and disableHumanDiffOption

github.com/briannesbitt/Carbon - d6b881ff18e42ada07ffd933514f53017b6e59c9 authored almost 7 years ago
#625 #626 Provide diff options for now, yesterday, tomorrow

github.com/briannesbitt/Carbon - 0a32537b0ce3ff5e38f4fe7bd68cb301e533fd73 authored almost 7 years ago
Replace "1" by :count to support other singular values

(such as 0 in many languages)

github.com/briannesbitt/Carbon - b5bfaea4454f486d3e80b9f5f214749d09b3d6a3 authored almost 7 years ago
Added Welsh Language support (#1230)

* Added Welsh Language support

* Create CyTest.php

* Fixed short month localisation value ...

github.com/briannesbitt/Carbon - e4b350741aa69dfa4b12d03ab3e593196032c04d authored almost 7 years ago
Add diffAsCarbonInterval and allow CarbonInterval from diff (#1229)

github.com/briannesbitt/Carbon - 625e80959004ad7b2f0d684b3ee22292455590ea authored almost 7 years ago
Removed dead code. (#1201)

You cannot set days on DateInterval object.

github.com/briannesbitt/Carbon - f97d21dca73b6f5a69b2744c02013a05982b04e2 authored almost 7 years ago
Change example to use Year 2038 problem (#1223)

https://en.wikipedia.org/wiki/Year_2038_problem

github.com/briannesbitt/Carbon - d692eba798fff139efd9e3fcdfd8f91f1d9f66e6 authored almost 7 years ago
Fact check the readme (#1162)

* Fact check the readme

* Make $worldDidNotEndOn var consistant in Readme.md

github.com/briannesbitt/Carbon - 965029a31e280b26dfa36617230f3c9ba4f5aae0 authored almost 7 years ago
Implement macro and JSON serialization in PHP 5.3 compatible way (#1207)

github.com/briannesbitt/Carbon - bd9a51c2180e2b9f089a734c9c5226c2bdaa2256 authored almost 7 years ago
Allow instance() to work with DateTimeInterface (#1221)

github.com/briannesbitt/Carbon - 2245cb337dc450d4d32991be4db1eb4a91759200 authored almost 7 years ago
Add methods to set date or time from another instance (#1214)

* Add `setDateFrom` method
* Add `setTimeFrom` method

github.com/briannesbitt/Carbon - fed1d2122bfb1d96c33f1263d6245eef5bee77e6 authored almost 7 years ago
Merge branch 'version-1.25' of https://github.com/briannesbitt/Carbon

github.com/briannesbitt/Carbon - a6f9c400f1922d29c517508cf47e61c60fa0c131 authored almost 7 years ago
Allow to pass strings and DateTime to diffIn* methods (prototypes) (#1220)

github.com/briannesbitt/Carbon - cbcf13da0b531767e39eb86e9687f5deba9857b4 authored almost 7 years ago
Merge pull request #1219 from kylekatarnls/master

Merge 1.25 updates

github.com/briannesbitt/Carbon - 0f75607a837418bd5769c04d25fb213ef330a86b authored almost 7 years ago
Allow to create CarbonInterval using spec string (#1217)

github.com/briannesbitt/Carbon - 8ba7acdaf633e67ccbfe9cff1f4d7b73b5d75655 authored almost 7 years ago
Merge pull request #1218 from kylekatarnls/resolve-carbon-string

Allow to pass strings and DateTime to diffIn* methods

github.com/briannesbitt/Carbon - 54ec5f215d5ed31b6817c152afdfcff282db073b authored almost 7 years ago
Allow to pass strings and DateTime to diffIn* methods

github.com/briannesbitt/Carbon - 1ebaf11b097ffd0e133a52ee2b871cf7669db756 authored almost 7 years ago
Allow DateTime in diffForHumans (#1215)

github.com/briannesbitt/Carbon - f726a955d11e5396a0ba1248c54230ed45b300c5 authored almost 7 years ago
Fix NowAndOtherStaticHelpersTest timestamps comparisons (#1212)

github.com/briannesbitt/Carbon - f59fdcfca6d4efe14aaa3e18b210606c1ed017ed authored almost 7 years ago
Added Translation for Gujarati language (#1211)

* Added Translation for Gujarati language

– Gujarati language is one of the many languages sp...

github.com/briannesbitt/Carbon - 2702b4ed1bcfd36c698836de6988a5fbe8de988e authored almost 7 years ago
Create CarbonInterval::fromString(string) method (#1199)

* create CarbonInterval::fromString(string) method

Creates a CarbonInterval from string in JI...

github.com/briannesbitt/Carbon - 1b4434e0d551e36461f308b196397e971290f9e9 authored almost 7 years ago
Re-introduce real seconds/minutes/hours as dedicated methods (#1208)

github.com/briannesbitt/Carbon - f6f4a992c4a184a7451bad433565b1ae6edc92f0 authored almost 7 years ago
Add resetMessages, setMessages and getMessages to Carbon\Translator (#1202)

github.com/briannesbitt/Carbon - a8288f0dc51c1cb9ac942e29baae4fa002621c49 authored almost 7 years ago
Add dayOfWeekIso property (#1198)

github.com/briannesbitt/Carbon - 40e86ef7e801e83ad46c97f0a3693a4d9ffd1345 authored almost 7 years ago
Merge pull request #1203 from kylekatarnls/fix-dst-unit-test-error

Fix unit tests

github.com/briannesbitt/Carbon - 75f92168b271e5789384ff001a04c9218f447e3c authored almost 7 years ago
Avoid failure if time changed before the two statements

github.com/briannesbitt/Carbon - 0dc90c587f83b988273587741a50b6a8bc5f59fa authored almost 7 years ago
Pick an hour that can't be in a DST change in Toronto

github.com/briannesbitt/Carbon - c5b5255c088611e43a3a7e022b158cd0881026f2 authored almost 7 years ago
Microseconds improvements (#1197)

- Add useMicrosecondsFallback()
- Add isMicrosecondsFallbackEnabled()
- Calculate microtime an...

github.com/briannesbitt/Carbon - 0e7f620ac1a0b05d397fadff11a625cc426ca3fd authored almost 7 years ago
diffForHumans creates the carbon instance if a timestamp is provided (#1161)

#1160 diffForHumans creates the carbon instance if a timestamp is provided

github.com/briannesbitt/Carbon - 8df0d6d578b986b104c46dd33fffecbb6ee62a3b authored almost 7 years ago
Merge pull request #1192 from kylekatarnls/create-from-time-string

Create createFromTimeString() method

github.com/briannesbitt/Carbon - a14919fdab4d9834ea6b144044b1de1b04c625b3 authored almost 7 years ago
Unify translation system (#1194)

github.com/briannesbitt/Carbon - 4ea0ffad2ca2e3439aaa4850df230867250849cb authored almost 7 years ago
Merge pull request #1196 from kylekatarnls/pick-1185

* Make .php_cs.dist compatible with PHP 5.3

github.com/briannesbitt/Carbon - ecfeaeddca53a8608679f88da4a1990d96c90c20 authored almost 7 years ago
Revert "* Make .php_cs.dist compatible with PHP 5.3 (#1193)" (#1195)

This reverts commit db785975af8a5dca0598017feff4bcd6bdaf92b2.

github.com/briannesbitt/Carbon - b12b0fe67b22343d94da146cd8a676faff28319f authored almost 7 years ago
* Make .php_cs.dist compatible with PHP 5.3 (#1193)

* Fix unit-tests (`testAddHourPassingArg`, `testMicroGetterWithDefaultNow`) while running on Win...

github.com/briannesbitt/Carbon - db785975af8a5dca0598017feff4bcd6bdaf92b2 authored almost 7 years ago
Implement createFromTimeString #919

github.com/briannesbitt/Carbon - 2b1f4895acd67c8ab4873f1eb8b4727778b53c1a authored almost 7 years ago
* Make .php_cs.dist compatible with PHP 5.3

* Fix unit-tests (`testAddHourPassingArg`, `testMicroGetterWithDefaultNow`) while running on Wind...

github.com/briannesbitt/Carbon - e771fb40995696f5518a60ead038b0a29274677c authored almost 7 years ago
Build script: add "missing" option and better tags detection

github.com/briannesbitt/Carbon - d12da8c7e4b19921f5e50be246fc8077a00bc253 authored almost 7 years ago
Merge pull request #1190 from kylekatarnls/native-today

Use the native way to get today/yesterday/tomorrow

github.com/briannesbitt/Carbon - 40457cfe0fe7393019ce550071caafcbeefafba4 authored almost 7 years ago
Set µs in start/end Of Month/Quarter/Year/Decade/Century in PHP >= 7.1

github.com/briannesbitt/Carbon - 457627da24cdf36fdde00dd567e69b566eb5231c authored almost 7 years ago
Set properly microseconds in startOfDay and endOfDay in PHP >= 7.1

github.com/briannesbitt/Carbon - 78612dea6aff5ac80256db633ca1cc9b65b78c6a authored almost 7 years ago
Use the native way to get today/yesterday/tomorrow

github.com/briannesbitt/Carbon - ac60197d38046892b46e27354ce329d881a41118 authored almost 7 years ago
Fix int overflow in 32bit in a better way (credit: Glavic) (#1186)

github.com/briannesbitt/Carbon - fb75b5b434dec109dc06c4a70d15db058a581e62 authored almost 7 years ago
Keep the exact inherited arguments naming of __set_state (#1182)

github.com/briannesbitt/Carbon - bba6c6e410c6b4317e37a9474aeaa753808c3875 authored almost 7 years ago
Fix #1173 Check microtime result (#1181)

github.com/briannesbitt/Carbon - 0200f98fa1e6546f7cfa1f9ade95e62b666231ef authored almost 7 years ago
Fix constructor bug (#1180)

github.com/briannesbitt/Carbon - 14aef4c71ee830f4c62ead97ca544c4dd5674eee authored almost 7 years ago
Re-align __set_state on DateTime method (#1172)

github.com/briannesbitt/Carbon - ef12cbd8ba5ce624f0a6a95e0850c4cc13e71e41 authored almost 7 years ago
Merge pull request #1169 from Glavic/phpcs-fix

Fix for phpcs to pass

github.com/briannesbitt/Carbon - a05bed23de4c00040fe33cc6820c7e6be8d00c04 authored almost 7 years ago
Small change for phpcs to pass.

github.com/briannesbitt/Carbon - 08bf9b9ef1a8d6b09419177e9aba49319e70180e authored almost 7 years ago
Merge pull request #1165 from kylekatarnls/now-with-tz-and-resolve

Keep resolveCarbon protected

github.com/briannesbitt/Carbon - 3584051455da54be8a5cc974765d9df6a6515dca authored almost 7 years ago
Remove resolveCarbon tests and add test for nowWithSameTz

github.com/briannesbitt/Carbon - d8bb5dd1be3c8442d05ac54cadfd5c5c2bc5d039 authored almost 7 years ago
Keep resolveCarbon protected

github.com/briannesbitt/Carbon - d42febcf49b38d22fc5035a52c9f35269cea9d66 authored almost 7 years ago
Add nowWithSameTz and resolveCarbon (#1164)

github.com/briannesbitt/Carbon - 980fd4c6b6fb8a3d957a39d3c548e1d2df66e2b3 authored almost 7 years ago
Use a real relativity test instead of a RegExp detection (#1159)

- Use a real relativity test instead of a RegExp detection
- Add some tests for hasRelativeKeyw...

github.com/briannesbitt/Carbon - a6ca734c94142aa366392cda4e6c646ee33c7e7b authored almost 7 years ago
Allow DateTime and DateTimeInterface in diff methods (#1152)

github.com/briannesbitt/Carbon - 152d73071b5cd18b85822f2218ce1e49f7934b94 authored almost 7 years ago
Add microseconds in toArray (#1158)

github.com/briannesbitt/Carbon - c2e2436ac892e7bce26a606d883d27328e5900bf authored almost 7 years ago
Added isDayOfWeek(int) method (#993)

* Added isDayOfWeek(int) method

github.com/briannesbitt/Carbon - dd557ee2a966ab1d43e43e6ffd3b2e85ac521a05 authored almost 7 years ago
Merge pull request #1151 from kylekatarnls/extra-helpers

Extra helpers

github.com/briannesbitt/Carbon - 91bbcf1a6249d6db4a8218cac5f1f7eba1de5a55 authored almost 7 years ago
Add a build system to package Carbon and its dependencies (#1150)

* Add a build system to package Carbon and its dependencies

* Add arguments to build all or l...

github.com/briannesbitt/Carbon - 7af995f2dcd4f6714203f122708b37fd8fbde428 authored almost 7 years ago
Extra helpers

- toArray(): array
- startOfHour(): Carbon Modify to start of current hour, minutes and seconds b...

github.com/briannesbitt/Carbon - 8f1b76420a49caebda68ef1b92029f88eaac3703 authored almost 7 years ago
Merge pull request #1147 from kylekatarnls/fix-create-safe

Do a complete check (date, DST, etc.) in createSafe

github.com/briannesbitt/Carbon - a5bc2a309f73d3925a10ab06ccb1f9389d6c4953 authored almost 7 years ago
Fix unit test according to PHP 5.3 behavior

github.com/briannesbitt/Carbon - b09b9d82c94df01eec17142e90781a2467cf6756 authored almost 7 years ago
Add InvalidArgumentException throw comments

github.com/briannesbitt/Carbon - 9ccbc6ad947a77fdf63332c604e539835a30b0ed authored almost 7 years ago
Do a complete check (date, DST, etc.) in createSafe

github.com/briannesbitt/Carbon - e32a3a2993204385d6038ea1973e85d25cfeffd9 authored almost 7 years ago
Add compare method to ComposerInterval (#932)

github.com/briannesbitt/Carbon - c2103db76dfd43e8b1e1f0ede9124d41e0acb2da authored almost 7 years ago
Revert commit with wrong authorship

"Add compare method to ComposerInterval (#932)"

This reverts commit dadde34

github.com/briannesbitt/Carbon - 460181871fdf3132cbcad4a3a24b98f6c2a3d944 authored almost 7 years ago