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

Fix #1967 handle global translator to pick the start of week

github.com/briannesbitt/Carbon - c4474e827b6aee9bcf180d05ea957179ca824347 authored over 4 years ago by KyleKatarn <[email protected]>
Make en_001 the new default locale

github.com/briannesbitt/Carbon - 72488c25030362d2edd3923a348f3750a898c00d authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into 3.x

Conflicts:
tests/Carbon/LocalizationTest.php
tests/CarbonImmutable/LocalizationTest.php

github.com/briannesbitt/Carbon - c93e4f65d2009959cda8711c30263ea4b316274c authored over 4 years ago by KyleKatarn <[email protected]>
Enhance exception message about TranslatorInterface

github.com/briannesbitt/Carbon - 06d48c6f4204564399a1886ed91046aba4392488 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2088 from ValentinMerlet/master

Add php tag for syntax highlighting in README.md

github.com/briannesbitt/Carbon - 70934f3283ad5c58fcd145af02531fc6a6300c55 authored over 4 years ago by Kyle <[email protected]>
Add php tag for syntax highlighting

github.com/briannesbitt/Carbon - 7042b3590e587c85d8ec58bf82def6d42e18229e authored over 4 years ago by Valentin Merlet <[email protected]>
Fix imports order

github.com/briannesbitt/Carbon - 223d3ba906c31f80676ff9b279167074c7f66300 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into 3.x

Conflicts:
src/Carbon/CarbonInterval.php
src/Carbon/Traits/Creator.php

github.com/briannesbitt/Carbon - 9151516c3135cf9255ab08c8d2305cf0c2f09c06 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2085 from kylekatarnls/feature/exceptions-handling

Type exceptions to catch them more easily

github.com/briannesbitt/Carbon - 52ea68aebbad8a3b27b5d24e4c66ebe1933f8399 authored over 4 years ago by Kyle <[email protected]>
Fix code style

github.com/briannesbitt/Carbon - a47f333aa26aa735559586ad5525690c47257448 authored over 4 years ago by KyleKatarn <[email protected]>
Use Doctrine factory in unit tests

github.com/briannesbitt/Carbon - e78f30c88ed3ce9642b9d3cc783cd07a5089208e authored over 4 years ago by KyleKatarn <[email protected]>
Add a unit test for new Sinhalese translation coverage

github.com/briannesbitt/Carbon - 044a5a88f7833a2ea3b6b42619bde64fa1578582 authored over 4 years ago by KyleKatarn <[email protected]>
Add doctrine test suite to PHPUnit config

github.com/briannesbitt/Carbon - ab35d9b1183e0df78a5c8de7a6e80554ac6c0991 authored over 4 years ago by KyleKatarn <[email protected]>
Increase PHPMD authorized coupling

github.com/briannesbitt/Carbon - b08b930ca58259f5f9654706c7590494ce817054 authored over 4 years ago by KyleKatarn <[email protected]>
Add OutOfRangeException unit test

github.com/briannesbitt/Carbon - 72c1bb3bda61f5435b7f173eb42c9591e5f664b5 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/exceptions-handling

github.com/briannesbitt/Carbon - 9961b19ae17fe41e1c1a5dbc9ab1b752a5387422 authored over 4 years ago by KyleKatarn <[email protected]>
Fix unit test for serialization

github.com/briannesbitt/Carbon - 0fed7d6ea5b6e9c39ffc0436fb1afded5ee078ef authored over 4 years ago by KyleKatarn <[email protected]>
Replace remaining non-specific exceptions

github.com/briannesbitt/Carbon - cecbd824a7a3412a3ea9f8bdf7ae00d120e39036 authored over 4 years ago by KyleKatarn <[email protected]>
Fix OutOfRangeException constructor PHPDoc

github.com/briannesbitt/Carbon - 3030b84b02117079198bf8a49c06fce59e105a40 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2083 from kylekatarnls/feature/issue-2076-si-translations

Fix #2076 Sinhala translations

github.com/briannesbitt/Carbon - 8fe3a712a82932dda604b2a588a3377fc0db43e7 authored over 4 years ago by Kyle <[email protected]>
Refactor rounding methods

github.com/briannesbitt/Carbon - e4a6bfbf6eec12928b21bb0cb4a16b2a0d774ca0 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/exceptions-handling

github.com/briannesbitt/Carbon - 09465e62a42d9cb347b0bc4016a700665c0d4cfd authored over 4 years ago by KyleKatarn <[email protected]>
Add specific exceptions classes

github.com/briannesbitt/Carbon - fc07f7fdce0bea5b522f69cd37dc3b09ee76dae5 authored over 4 years ago by KyleKatarn <[email protected]>
Allow CarbonInterval::make() to take number and unit as arguments

github.com/briannesbitt/Carbon - 3d03df0b47dbc5c6a48ad04a43351c8cb132be50 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2050 from Flodess/comment-hint

Update doctrine ORM Carbon type

github.com/briannesbitt/Carbon - a0b993ee6b66589fcdec44ea3c8e90dfe21e8d87 authored over 4 years ago by Kyle <[email protected]>
#2076 Fix Sinhala spacing

github.com/briannesbitt/Carbon - 2ecc201ff31637f8a69a4d787ed157b58eb2fa90 authored over 4 years ago by KyleKatarn <[email protected]>
#2076 Add space between number and කට පෙර or කින්

github.com/briannesbitt/Carbon - d9643c62c90e04743fe3e752a5f7dffb57d25ae5 authored over 4 years ago by KyleKatarn <[email protected]>
#2050 Add CarbonDoctrineType interface

github.com/briannesbitt/Carbon - f1dadd23dd79372a74d9aceed461c026a04763db authored over 4 years ago by KyleKatarn <[email protected]>
#2076 Fix Sinhala translations

github.com/briannesbitt/Carbon - 57b9b9fa6a906c3d906c333facd7840e3114ce4d authored over 4 years ago by KyleKatarn <[email protected]>
#2050 Add getSQLDeclaration() tests

github.com/briannesbitt/Carbon - cb14c7f7b2f03a5690d771851d4d1127523531c4 authored over 4 years ago by KyleKatarn <[email protected]>
#2050 Add "carbon"-named doctrine types and unit tests

github.com/briannesbitt/Carbon - 7fe08deb42f68327e5046d4c107d67ad34b8f890 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2082 from kylekatarnls/feature/issue-2081-fix-ukranian-parsing

#2081 Fix Ukrainian parsing

github.com/briannesbitt/Carbon - ee99502cdd6ebe84bbefd3c2a06a49f3b6ea8558 authored over 4 years ago by Kyle <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into comment-hint

github.com/briannesbitt/Carbon - ed40447f0c6ec4a09d6f6b364ab9077a8fcf37af authored over 4 years ago by KyleKatarn <[email protected]>
#2081 Fix Ukrainian parsing

github.com/briannesbitt/Carbon - 7cb54ec7480cd9549e31cd56d391bb7c45cb375a authored over 4 years ago by KyleKatarn <[email protected]>
Group exceptions with interfaces

github.com/briannesbitt/Carbon - 03f47731352e787e7b0d3494557f4a4d49c3affa authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into 3.x

github.com/briannesbitt/Carbon - e6e0c60b9c122783d32341e26f8c10e0ad634b5c authored over 4 years ago by KyleKatarn <[email protected]>
Fix variable name typo

github.com/briannesbitt/Carbon - 06aac08be9bd5fb6d328dfdf8a2eb0a2801c7172 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2078 from Stichoza/patch-1

Georgian typo and grammar

github.com/briannesbitt/Carbon - 32f184cf27d00e41f99021b2a1fbcc5abe713976 authored over 4 years ago by Kyle <[email protected]>
Update Georgian tests

github.com/briannesbitt/Carbon - 957fee0a25ca24d53d0fdab403c70907e74f0966 authored over 4 years ago by Levan Velijanashvili <[email protected]>
Merge pull request #2080 from kylekatarnls/feature/issue-2075-parse-error-handling

#2075 Mute fallback parse() error to throw only the original one

github.com/briannesbitt/Carbon - 43944677eaed1d19af9e7b51f5b87de2291be021 authored over 4 years ago by Kyle <[email protected]>
Fix #2075 Mute fallback error to throw only the original exception in parse()

github.com/briannesbitt/Carbon - e2b829f9bf11c5e52fb5f2eb9604bd192ad4880a authored over 4 years ago by KyleKatarn <[email protected]>
Correct words for before

github.com/briannesbitt/Carbon - 1d899368f3b08e8bfc10ca0c87e98811d1d38b40 authored over 4 years ago by Levan Velijanashvili <[email protected]>
#2079 Create empty interval by default

github.com/briannesbitt/Carbon - 145da9f6e7688a91c0f491e918c6c92cdcf2ad78 authored over 4 years ago by KyleKatarn <[email protected]>
#2035 Disable NO_ZERO_DIFF option by default

github.com/briannesbitt/Carbon - c5ed301afc4c4ee8d13d6ea4c399fd3ea9ec23b1 authored over 4 years ago by KyleKatarn <[email protected]>
Typo and grammar

- Typo: replace `კვირი` with `კვირა` causing incorrect translation.
- Grammar: both "ago" and...

github.com/briannesbitt/Carbon - 074f5c43cc75168b33f988189898ea6a26abb73f authored over 4 years ago by Levan Velijanashvili <[email protected]>
#2070 Fix CarbonInterface and CarbonInterval typing

github.com/briannesbitt/Carbon - 3f9ca81604e57a8642c73f3afb484137d5a61f4f authored over 4 years ago by KyleKatarn <[email protected]>
#2070 [Travis] Drop PHP < 7.2.5

github.com/briannesbitt/Carbon - 4015dac0502371a946ab56ec73b57fbb733f059b authored over 4 years ago by KyleKatarn <[email protected]>
#2070 Drop Symfony\Component\Translation\TranslatorInterface

github.com/briannesbitt/Carbon - 8106250ae581fa89f922dcb653a34e9ed34b2485 authored over 4 years ago by KyleKatarn <[email protected]>
#2070 Drop Symfony < 5 and PHP < 7.2.5 support

github.com/briannesbitt/Carbon - 7ba40db2e53bb08e0989023aebff2cc0ec12b6d2 authored over 4 years ago by KyleKatarn <[email protected]>
Add 3.x-dev composer branch-alias

github.com/briannesbitt/Carbon - 597571c225c87716fbf2a6234a0c98e0789ee1b0 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of github.com:kylekatarnls/Carbon

github.com/briannesbitt/Carbon - 669c71fe4c79c65784544590ed67f2d4f61a36c9 authored over 4 years ago by KyleKatarn <[email protected]>
Handle 10 as the default doctrine precision

github.com/briannesbitt/Carbon - 0f1f031baa31559746978a277af76126d774058d authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2069 from deleugpn/patch-1

Fix static analyses of Carbon

github.com/briannesbitt/Carbon - 4d93cb95a80d9ffbff4018fe58ae3b7dd7f4b99b authored over 4 years ago by Kyle <[email protected]>
Consistent method signature

github.com/briannesbitt/Carbon - f166c381e1d46f6879c35e6c0fcadfc9a6f52315 authored over 4 years ago by Marco Aurélio Deleu <[email protected]>
Merge pull request #2066 from rgson/patch-2

Accept ar_AE in localization test

github.com/briannesbitt/Carbon - 6cae5b605bec2690e8c8275aea85d001ed0c767f authored over 4 years ago by Kyle <[email protected]>
Accept ar_AE in localization test

Avoids a test failure because of "Expected: 'ar' Actual: 'ar_AE'".
It corresponds to the approac...

github.com/briannesbitt/Carbon - 41e4b7a4e532e7ec0f4a685fffc1700af8682fc0 authored over 4 years ago by Robin Gustafsson <[email protected]>
Fix #2065 Symfony version of the skip message for locale aware exception

github.com/briannesbitt/Carbon - 3ff4d4f0ef9fbc77d0969b85c00bcae65ed4a079 authored over 4 years ago by KyleKatarn <[email protected]>
Use vendor version of PHPUnit in Travis

github.com/briannesbitt/Carbon - 3ab6d3f914022e1cd8f82f7f7762e664d38b285c authored almost 5 years ago by KyleKatarn <[email protected]>
Delete .codecov.yml

github.com/briannesbitt/Carbon - ce20370593d56287cb4e1a42b64fdd3d6702082d authored almost 5 years ago by Kyle <[email protected]>
Merge pull request #2063 from kylekatarnls/feature/timezone-offset-util-methods

Provide util methods to get CarbonTimeZone objects or offset string from hour/minutes shift number

github.com/briannesbitt/Carbon - 14aa1c55addb04d40d5aa264d7c2fa7b0d047abe authored almost 5 years ago by Kyle <[email protected]>
Use Carbon::MINUTES_PER_HOUR in createFromHourOffset

github.com/briannesbitt/Carbon - 1acc082c9448d53990cbeb6188acf2e0b032115c authored almost 5 years ago by KyleKatarn <[email protected]>
Simplify translator sorting method

github.com/briannesbitt/Carbon - 7a911006849c2df8fb5d38c77e7505329cacd4f5 authored almost 5 years ago by KyleKatarn <[email protected]>
Remove redundant tests

github.com/briannesbitt/Carbon - 04f68dafb09e4a00e3e68829600ee0529cc6af79 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/timezone-offset-util-methods

Conflicts:
src/Carbon/CarbonTimeZone.php
tests/CarbonTimeZone/ConversionsTest.php

github.com/briannesbitt/Carbon - 9b598e9e69d939b1aba79c1374186925d87c2348 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2062 from omatrycy/bug-2059

Fix #2059 timezone offset name for not full hour

github.com/briannesbitt/Carbon - 5783de850d905652f0804f87ac11be4bd4bfe8ed authored almost 5 years ago by Kyle <[email protected]>
Add some PHPDoc

github.com/briannesbitt/Carbon - 61babdd761dace48a65bac4b934911c2752e209f authored almost 5 years ago by KyleKatarn <[email protected]>
#2059 Fix timezone offset name for not full hour

github.com/briannesbitt/Carbon - efd8db45b0f525938653409bc5ee0d7063b9fd22 authored almost 5 years ago by Bartlomiej Pacura <[email protected]>
Fix formatting of negative timezones with minutes

Provide util methods to get CarbonTimeZone objects or offset string from hour/minutes shift number

github.com/briannesbitt/Carbon - e662ba62391101a9e46a82cf42cbfe591b753c92 authored almost 5 years ago by KyleKatarn <[email protected]>
Add a unit test for minimumUnit with different language and options

github.com/briannesbitt/Carbon - e2e61e64671190913699b592b00cd6dc7d621b1d authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2060 from pdscopes/diff-for-humans-milliseconds

#2058 Diff for humans milliseconds

github.com/briannesbitt/Carbon - ad755d436b292595ce083fcfa638a58373375773 authored almost 5 years ago by Kyle <[email protected]>
#2058 Simplifies translation rules and improves english

github.com/briannesbitt/Carbon - b6c2317eb767298972eb38c654548fa7f187acb4 authored almost 5 years ago by Peter Scopes <[email protected]>
#2058 Adds blank line before break statement

github.com/briannesbitt/Carbon - aabe818da3d2dec494b19ef22ca3a9d14931d779 authored almost 5 years ago by Peter Scopes <[email protected]>
#2058 Adds fallbackUnit to improve forHumans 0 parts with minimumUnit

github.com/briannesbitt/Carbon - e7cdaf40fd176bfcee4fc333334f306cb70a10f6 authored almost 5 years ago by Peter Scopes <[email protected]>
#2058 Fixes StyleCI complaint with comment

github.com/briannesbitt/Carbon - 7ef61f07a1cde82b6cad362f91898d875a91b1ba authored almost 5 years ago by Peter Scopes <[email protected]>
#2058 Adds naive millisecond translation for 'de', 'es', 'fr', and 'it' locales

github.com/briannesbitt/Carbon - a3f14dd175d3b603efc830bfa21c15de2110ece3 authored almost 5 years ago by Peter Scopes <[email protected]>
#2058 Adds new minimumUnit option to DateInterval::forHumans

github.com/briannesbitt/Carbon - 66626e0a85f60abcd106377d936f76eaee98a526 authored almost 5 years ago by Peter Scopes <[email protected]>
Add ext-mbstring to requirements (#2056)

* Add ext-mbstring to requirements
* Swap ext-mbstring for Symfony's polyfill

github.com/briannesbitt/Carbon - 31562393a6467103fd0a56b944bb5ae54c17f2c2 authored almost 5 years ago by Ricardo Cino <[email protected]>
Typo in example of phpdoc (#2055)

* Typo in example of phpdoc

* Typo in example of phpdoc

* Fix isBetween example third argu...

github.com/briannesbitt/Carbon - 5181d7266b1dbf46495bf5e8ff59f334d1a7ca07 authored almost 5 years ago by Can Arslan <[email protected]>
Update Tidelift marketing language in README

github.com/briannesbitt/Carbon - af3420c262376a5bfa6bd0eb4ac0945ea0fff773 authored almost 5 years ago by Kyle <[email protected]>
Merge pull request #2052 from briannesbitt/uz-update

Update uz.php (#2046)

github.com/briannesbitt/Carbon - f10e22cf546704fab1db4ad4b9dedbc5c797a0dc authored almost 5 years ago by Kyle <[email protected]>
#2046 Update UZ unit tests

github.com/briannesbitt/Carbon - 1e6a1b7e35e5ba17bec3b111ba1dcbafca03d824 authored almost 5 years ago by KyleKatarn <[email protected]>
Update uz.php (#2046)

* Update uz.php

As we used carbon in our project, some translations look weried so I decided ...

github.com/briannesbitt/Carbon - 7350b914f5e04c7e77803d7534b574f8151f053d authored almost 5 years ago by Ergashev Adizbek <[email protected]>
Fix doctrine ORM Carbon type inheritance (#2049)

github.com/briannesbitt/Carbon - 0649029a088e599743d149adaa9798c3d8f79416 authored almost 5 years ago by Flodess <[email protected]>
Update doctrine ORM Carbon type

github.com/briannesbitt/Carbon - 88aa466064caf987934d01de6ea14b57c212b910 authored almost 5 years ago by Flodess <[email protected]>
Fix doctrine orm carbon type (#2045)

When microseconds are set to zero, postgres doesn't use 'Y-m-d H:i:s.u' format
but 'Y-m-d H:i:s'.

github.com/briannesbitt/Carbon - ecb525c766deb3bbbb6a0082ea0e41d3d9ae477c authored almost 5 years ago by Flodess <[email protected]>
#2041 Keep year under 2500 to not trigger PHP 8 bug

github.com/briannesbitt/Carbon - 7410a349613bf32d02d8aaed1c669698ddd2b718 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2042 from kylekatarnls/feature/2041-doctrine-orm-types

#2041 Provide Doctrine ORM Carbon types

github.com/briannesbitt/Carbon - a5138dc5f7a28b3088a40ff0b8155a53c3087429 authored almost 5 years ago by Kyle <[email protected]>
#2041 Suppress PHPMD warning about unused parameters in sub-methods

github.com/briannesbitt/Carbon - 28caef082cc38f7e31e309eedfe665c715e26c07 authored almost 5 years ago by KyleKatarn <[email protected]>
#2041 Default precision to microseconds-precision

github.com/briannesbitt/Carbon - fe03a28a635259c3ff94d414b1f76ea691a8b277 authored almost 5 years ago by KyleKatarn <[email protected]>
#2041 Provide Doctrine ORM Carbon types

github.com/briannesbitt/Carbon - 4e1ec5f487ef5d3d8efc6bb5df9f831eaa2b84a8 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2037 from briannesbitt/feature/2036-short-january-de-at

Fix #2036 Short month January translation in de_AT

github.com/briannesbitt/Carbon - f4e7099512c051057bcc308bad83f5ca4b8cd7eb authored almost 5 years ago by Kyle <[email protected]>
Fix #2036 Short month January translation in de_AT

Jan > Jän for German Austria

github.com/briannesbitt/Carbon - 9a1181c15dec9f4b1509f3e76f92649883bb1a8c authored almost 5 years ago by Kyle <[email protected]>
Reduce PHP versions testing list

github.com/briannesbitt/Carbon - 19a723e7775b642ec1e54b52632d8a45421fa65a authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2029 from kylekatarnls/feature/laravel-tests

Start MySQL in Laravel unit tests

github.com/briannesbitt/Carbon - 92ce4959b3744239cfb68ed0ec216d56a68fbcca authored almost 5 years ago by Kyle <[email protected]>
Create MySQL forge user

github.com/briannesbitt/Carbon - db09be8e154c574c50a93759ffbf614ef880c7e5 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #2031 Austria German January variant

github.com/briannesbitt/Carbon - 94fddb83ff3c79ed50f97659376573831fe7ceec authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2030 from kylekatarnls/feature/issue-2022-absolute-declension

Fix #2022 Handle absolute diff translation declensions

github.com/briannesbitt/Carbon - bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d authored almost 5 years ago by Kyle <[email protected]>
Fix #2022 Handle absolute diff translation declensions

github.com/briannesbitt/Carbon - ff03bc9a1e1475b33f5d7876bdbbab66b601c00a authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2028 from kylekatarnls/feature/issue-2027-fix-catalan-short-month

Fix #2027 Catalan short months declension

github.com/briannesbitt/Carbon - c3e55d9c3bfded8fa731245d02ea04f278043d12 authored almost 5 years ago by Kyle <[email protected]>