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

Re-enable PHP 8.1 in GitHub Actions

github.com/briannesbitt/Carbon - ee7a0f2b04b93845f345fccb3af7837dfee89728 authored over 3 years ago by Kyle <[email protected]>
Fix PHP < 7.4 interface compatibility

github.com/briannesbitt/Carbon - 93d9db91c0235c486875d22f1e08b50bdf3e6eee authored over 3 years ago by kylekatarnls <[email protected]>
Support nullable types in interface compilation

github.com/briannesbitt/Carbon - 841e2ec2df7b48c582a1e103f4b55987cbf0afb2 authored over 3 years ago by kylekatarnls <[email protected]>
Merge branch '3.x' of github.com:briannesbitt/Carbon into 4.x

github.com/briannesbitt/Carbon - 2d4b07dbdba1b98d89c3c35d483480678b9f77c3 authored over 3 years ago by kylekatarnls <[email protected]>
Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x

Conflicts:
src/Carbon/CarbonInterface.php
src/Carbon/Factory.php
src/Carbon/FactoryImmut...

github.com/briannesbitt/Carbon - 9ff2bf3625aba0f8f77a121775a4224a8a195a14 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2347 from briannesbitt/feature/add-real-units-decimal

Support decimal numbers in addRealUnit

github.com/briannesbitt/Carbon - 1766a7e8d3331db0626fc8b1a911bb147f266231 authored over 3 years ago by Kyle <[email protected]>
Merge pull request #2346 from briannesbitt/fix/drop-fixes-for-old-php-versions

Drop fixes for old PHP versions

github.com/briannesbitt/Carbon - 0833b01b91a99a0b855efc5aa2868360dcf91d40 authored over 3 years ago by Kyle <[email protected]>
Add createStrict() to CarbonInterface

github.com/briannesbitt/Carbon - f76be89d78799edc20c832106338dab1aa814072 authored over 3 years ago by kylekatarnls <[email protected]>
Support decimal numbers in addRealUnit

github.com/briannesbitt/Carbon - 05af371c6fcbc5a52b25b31ca18c67d278d3ae10 authored over 3 years ago by kylekatarnls <[email protected]>
Drop PHP <= 7.2 bug fix 75642

github.com/briannesbitt/Carbon - 908c9847fb250e816fca0c7e88254b7b369f1acb authored over 3 years ago by kylekatarnls <[email protected]>
Drop PHP <= 7.1 bug fix 67127

github.com/briannesbitt/Carbon - 65a7636ce8586e668b0f80281845377528e09ae7 authored over 3 years ago by kylekatarnls <[email protected]>
Drop PHP <= 7.2 bug fix 77145

github.com/briannesbitt/Carbon - 2627477ee2ea1ad8e84c23c39c5ebfc8e39b6e05 authored over 3 years ago by kylekatarnls <[email protected]>
Drop PHP <= 7.2 bug fix 77007

github.com/briannesbitt/Carbon - f4e1e723d5bd1a87017f5e1e1af89a9cc2aca258 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2344 from AlexandruGG/feature/doctrine-types-annotations

Add Doctrine Types Annotations

github.com/briannesbitt/Carbon - ded94e467030a209150527449e3f6103a64ff699 authored over 3 years ago by Kyle <[email protected]>
Exclude Doctrine types from StyleCI

github.com/briannesbitt/Carbon - 3ef8bec78a141b9ba388dc9b19b3826ccaae7762 authored over 3 years ago by Kyle <[email protected]>
Exclude Doctrine types from StyleCI

github.com/briannesbitt/Carbon - 7701bc6ab0b1e27daec6da83a8e50e2b9aaf1997 authored over 3 years ago by Kyle <[email protected]>
Add Doctrine Types Annotations

github.com/briannesbitt/Carbon - 4e90ab39c14fb8884f8d9d9ff818d43e85d1e9cf authored over 3 years ago by AlexandruGG <[email protected]>
Rename recurrences into carbonRecurrences

github.com/briannesbitt/Carbon - 1459171f872cb48dbbde4791e72dfd53df9f576c authored over 3 years ago by kylekatarnls <[email protected]>
Merge branch '3.x' of github.com:briannesbitt/Carbon into 4.x

github.com/briannesbitt/Carbon - ec27ef4b0571667090e3858688967c18be5bf016 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2340 from briannesbitt/feature/null-return

Return null instead of false

github.com/briannesbitt/Carbon - e63dde556adfed3bba79876adedca095b02a1c84 authored over 3 years ago by Kyle <[email protected]>
Make overflow tests not sensitive to DST

github.com/briannesbitt/Carbon - 1f38f6533f08fcdd509cce0b710cbac233dd7ea2 authored over 3 years ago by kylekatarnls <[email protected]>
Fix null handling

github.com/briannesbitt/Carbon - 4ce48f4f0dd11170f43dedf50d82d37ac941f973 authored over 3 years ago by KyleKatarn <[email protected]>
Fix typings

github.com/briannesbitt/Carbon - 534ac510f7d77fdc754d34c127681a818b5bb400 authored over 3 years ago by KyleKatarn <[email protected]>
Use stronger typing

github.com/briannesbitt/Carbon - 242e4b0d8a72137b429116d464b89fe983439a99 authored over 3 years ago by kylekatarnls <[email protected]>
Fix null handling

github.com/briannesbitt/Carbon - bca2d5a6fec6c2d9cf44a64b18b0c1d180da45d5 authored over 3 years ago by KyleKatarn <[email protected]>
Return null instead of false

github.com/briannesbitt/Carbon - 588fdd6b046e04055cba8251411c8d24537f5b59 authored over 3 years ago by kylekatarnls <[email protected]>
Make week calculation timezone-insensible

github.com/briannesbitt/Carbon - 35fe43a9f0e08115ce5fc8213c78cc361c6932d6 authored over 3 years ago by KyleKatarn <[email protected]>
Fix null handling

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

Conflicts:
tests/Carbon/DiffTest.php
tests/Carbon/SettersTest.php

github.com/briannesbitt/Carbon - 0fdfe5c0c28744e7e852787f5ce02c70041cb470 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2342 from briannesbitt/fix/overflow-test

Improve unit test failure feedback for overflow methods

github.com/briannesbitt/Carbon - 210cc733e1004fc4fb2ab2f9ee8503e54a8f6ead authored over 3 years ago by Kyle <[email protected]>
Improve unit test failure feedback for overflow methods

github.com/briannesbitt/Carbon - 7a6b8191ff12647ee6cbe5c6110d830e743aeff5 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2341 from kylekatarnls/fix/unit-test

Add unit test for UTC now resolution

github.com/briannesbitt/Carbon - 3add15687c8e8c6156e782c6e9a88d502352eccc authored over 3 years ago by Kyle <[email protected]>
Fix unit test using real time

github.com/briannesbitt/Carbon - c6c7e65584e2fc935f0b7beb4ef8e52e8ad7fd1f authored over 3 years ago by kylekatarnls <[email protected]>
Add unit test for UTC now resolution

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

Conflicts:
src/Carbon/Traits/Date.php
src/Carbon/Traits/Difference.php

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

github.com/briannesbitt/Carbon - 2f2bafe7f2cff00268a76bcdce9ec4ad42babb9f authored over 3 years ago by KyleKatarn <[email protected]>
Implement resolveUTC

github.com/briannesbitt/Carbon - e4089a9b58e3ccc95d86875d2c12dda06a749634 authored over 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2332 from mll-lab/create-strict

Add instantiation method Carbon::createStrict()

github.com/briannesbitt/Carbon - f5b902e51780207773188f54bdfc11e21ad8a8dc authored over 3 years ago by Kyle <[email protected]>
Merge branch '3.x' of github.com:briannesbitt/Carbon into 4.x

github.com/briannesbitt/Carbon - b80d05f6cf5ea00e4f5be676f72153667317afa1 authored over 3 years ago by kylekatarnls <[email protected]>
Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x

Conflicts:
src/Carbon/CarbonInterval.php
src/Carbon/CarbonPeriod.php
src/Carbon/Traits/C...

github.com/briannesbitt/Carbon - 8714e485b3ed2ed73dd8688cd849e158b45de246 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2339 from briannesbitt/feature/infinite-periods

Allow negative number in interval string

github.com/briannesbitt/Carbon - bddad2cb2f3a6ee39528abb4198299930471eedb authored over 3 years ago by Kyle <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/infinite-periods

github.com/briannesbitt/Carbon - 9f15787f4f1b24648533638a19b1dd2d2c82c34b authored over 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2338 from jrmajor/php81/return-types

Add ReturnTypeWillChange attribute

github.com/briannesbitt/Carbon - 15a317b99d3652b75224e80d4b680b2178523007 authored over 3 years ago by Kyle <[email protected]>
Add ReturnTypeWillChange attribute

github.com/briannesbitt/Carbon - 933da8e93d6ae5219cb3bb84eb0dc94038d46ad2 authored over 3 years ago by Jeremiasz Major <[email protected]>
Merge branch '3.x' of github.com:briannesbitt/Carbon into 4.x

github.com/briannesbitt/Carbon - 15a2654642e0decb88c022286bdb1a1382f63c12 authored over 3 years ago by kylekatarnls <[email protected]>
Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x

Conflicts:
tests/Localization/BeByTest.php

github.com/briannesbitt/Carbon - 2b3afc3c74fbaaef775cf52e9a405be63d5e86f4 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2337 from jrmajor/php81/null-args

Fix passing null to non-nullable arguments

github.com/briannesbitt/Carbon - 741964dfae807a7d6d56b056d0e5f38c36865527 authored over 3 years ago by Kyle <[email protected]>
Fix passing null to non-nullable arguments

github.com/briannesbitt/Carbon - 06dfe275fb6c8c4d34484101c54e755bed55ce4b authored over 3 years ago by Jeremiasz Major <[email protected]>
less specific error message

github.com/briannesbitt/Carbon - 31bfce60d7470172ff01f59e2d0ef7902e6fdb8a authored over 3 years ago by Benedikt Franke <[email protected]>
Add more tests

github.com/briannesbitt/Carbon - d23faa6463b74fa3250102820268a2915903eaaf authored over 3 years ago by Benedikt Franke <[email protected]>
Add instantiation method Carbon::createStrict()

Resolves https://github.com/briannesbitt/Carbon/issues/2329

github.com/briannesbitt/Carbon - b27fa6e53593f90cbc8baa5640a03da3e0cbcb6e authored over 3 years ago by Benedikt Franke <[email protected]>
Update Belarusian translators list

github.com/briannesbitt/Carbon - 1fc6350286f54d06a0c507fd64346beb737040b0 authored over 3 years ago by KyleKatarn <[email protected]>
Merge pull request #2336 from kylekatarnls/fix/be-translation

Fix Belarusian translation

github.com/briannesbitt/Carbon - e49b0830246d5e6cf722d5fc4df423134df59389 authored over 3 years ago by Kyle <[email protected]>
Restore localization group annotation

github.com/briannesbitt/Carbon - df31a6512a94064bde12ad2551a42042f0cb5f38 authored over 3 years ago by KyleKatarn <[email protected]>
Update be_BY tests

github.com/briannesbitt/Carbon - 83c636bbdf750ff06454fed813b2e67da7f9b823 authored over 3 years ago by KyleKatarn <[email protected]>
Fix belarusian translation

github.com/briannesbitt/Carbon - f1e8f0457a3bd7e179652ee623c60db728685724 authored over 3 years ago by KyleKatarn <[email protected]>
Update sponsors section

github.com/briannesbitt/Carbon - 6b981d9a0e5212231eaaba2648beb650687199e8 authored over 3 years ago by Kyle <[email protected]>
Allow negative number in interval string

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

Conflicts:
src/Carbon/CarbonPeriod.php

github.com/briannesbitt/Carbon - 66e55a6fc01df9d7fd260bc3873c660d8533dc72 authored over 3 years ago by kylekatarnls <[email protected]>
Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x

Conflicts:
phpstan.neon

github.com/briannesbitt/Carbon - 3618e8589e88dd9fbfc63e2f19f73eaa23ac2a52 authored over 3 years ago by kylekatarnls <[email protected]>
Add trailing commas

github.com/briannesbitt/Carbon - bb09719ce4696ba237be7c157af9b88a3014de5d authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2333 from briannesbitt/fix/phpstan-ignore-errors

Update phpstan ignoreErrors

github.com/briannesbitt/Carbon - 48035160171e5cd0d10f979ae5d47963b4ffac10 authored over 3 years ago by Kyle <[email protected]>
Update phpstan ignoreErrors

github.com/briannesbitt/Carbon - f026f7ffbd763742d595d2bf05a0e64d6ace1926 authored over 3 years ago by Kyle <[email protected]>
Merge pull request #2328 from Mihkel100/master

Update et.php - Add abbreviations

github.com/briannesbitt/Carbon - d3c447f21072766cddec3522f9468a5849a76147 authored over 3 years ago by Kyle <[email protected]>
Update tests

github.com/briannesbitt/Carbon - 9e470f0af3da950b1641b963eae6e6f6edac981b authored over 3 years ago by Mihkel <>
Use UTC to calculate differences

github.com/briannesbitt/Carbon - 98ef3ba33699b8e7be878253f9608abaa83bf7b6 authored over 3 years ago by kylekatarnls <[email protected]>
Update et.php - Add abbreviations

Source:
http://www.eki.ee/dict/qs2006/lyhendid.html

github.com/briannesbitt/Carbon - 4382baf660588f5f92728c72a81b80a85d4f50ad authored over 3 years ago by Mihkel <[email protected]>
Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x

Conflicts:
src/Carbon/Lang/ms.php
src/Carbon/Traits/Difference.php
tests/Carbon/DiffTest...

github.com/briannesbitt/Carbon - d52fad1c18f60a1f3e9c1396c942deb23abdc53a authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2327 from briannesbitt/feature/handle-p-pattern

Fix #2326 handle p format in canBeCreatedFromFormat()

github.com/briannesbitt/Carbon - 6a29b19212999bc07e31aedae9dd0aa240c40881 authored over 3 years ago by Kyle <[email protected]>
Fix #2326 handle p format in canBeCreatedFromFormat()

github.com/briannesbitt/Carbon - a04e0ba183cd8b8270dff8e71b6e45a9bf514412 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2325 from briannesbitt/feature/infinite-periods

Allow endless periods

github.com/briannesbitt/Carbon - c5937f3c54885ba2ebdbd278b969c1b323e673d8 authored over 3 years ago by Kyle <[email protected]>
Test end calculation with filters

github.com/briannesbitt/Carbon - 9b54cf377ed252205774cc1368d19a589224bf54 authored over 3 years ago by KyleKatarn <[email protected]>
Handle excluded start in end calculation

github.com/briannesbitt/Carbon - ea86255c756459658e99525f7d9a7b5a5a255c79 authored over 3 years ago by KyleKatarn <[email protected]>
Optimize ultimate year

github.com/briannesbitt/Carbon - d66297b38cac229863fde58e2ffd366b9143878c authored over 3 years ago by KyleKatarn <[email protected]>
Document startOfTime/endOfTime methods

github.com/briannesbitt/Carbon - f92632cfd7283df5fd9488b7f3f756528ecca842 authored over 3 years ago by kylekatarnls <[email protected]>
Allow endless periods

github.com/briannesbitt/Carbon - bb47e2442d62d7815e23ffe213a45510061290e3 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2323 from cgaube/fix-for-es419

#2322 Fix regular expression to also match numbers in locale

github.com/briannesbitt/Carbon - 275e6e8bd799ec1907b01ae93639ce5c442f03da authored over 3 years ago by Kyle <[email protected]>
Change regular expression in src/Carbon/Translator.php

It will now match letters only or digits only (not both letters and digts)

Co-authored-by: Kyl...

github.com/briannesbitt/Carbon - fb2c20ba3de4e223fdbb48f0faef3a2a83047dc0 authored over 3 years ago by Christophe <[email protected]>
#2322 Fix regular expression to also match numbers in locale (used for translation)

github.com/briannesbitt/Carbon - 97af35ba55d9fae73a81856bff09359419db50dd authored over 3 years ago by Christophe <[email protected]>
Remove debugging stuff

github.com/briannesbitt/Carbon - 606262fd8888b75317ba9461825a24fc34001e1e authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2312 from briannesbitt/feature/dst-diff

Fix #2308 Compare dates in UTC to get real diff in days and above units

github.com/briannesbitt/Carbon - b2faaa6cb18773f4e590017922f842e0cf5e0220 authored over 3 years ago by Kyle <[email protected]>
Merge pull request #2316 from briannesbitt/feature/issue-2301-uk-few-seconds

Fix #2301 Ukrainian translation for "a few seconds"

github.com/briannesbitt/Carbon - 2aacf4374a262f36fbc84dc42f85803b6e565a0e authored over 3 years ago by Kyle <[email protected]>
Merge branch 'master' of github.com:briannesbitt/Carbon into feature/dst-diff

github.com/briannesbitt/Carbon - c94b081194008d14a04e136d6c01f53aa137574e authored over 3 years ago by kylekatarnls <[email protected]>
Fix #2301 Ukrainian translation for "a few seconds"

github.com/briannesbitt/Carbon - 81298bee1c9df3fb54c151be98ceef0a90adb8e4 authored over 3 years ago by kylekatarnls <[email protected]>
Merge pull request #2313 from afiqiqmal/master

Wrong Translation and Hour range

github.com/briannesbitt/Carbon - 45a717df3a59e7650192fe802b2abd2004057b9f authored over 3 years ago by Kyle <[email protected]>
Merge pull request #2314 from andrzejkupczyk/simplified-make-condition

Remove unnecessary check within `make` method

github.com/briannesbitt/Carbon - 5edd06113c875cf27b58ce5b3ee36e9dec12c634 authored over 3 years ago by Kyle <[email protected]>
Merge pull request #2315 from briannesbitt/feature/no-change-comparison

Add OutOfRangeException type

github.com/briannesbitt/Carbon - 05968f46322c05815cba9815a0acfed3e38bb584 authored over 3 years ago by Kyle <[email protected]>
Temporary disable PHP 8.1 checking

github.com/briannesbitt/Carbon - dbdf25dc33bbd6c8da724d1e81f6383194ac3f32 authored over 3 years ago by kylekatarnls <[email protected]>
Remove unnecessary check within `make` method

github.com/briannesbitt/Carbon - eedbbc79e408ccfb9d307a035de7a15d09b6355f authored over 3 years ago by Andrzej Kupczyk <[email protected]>
Fix MsTest.php for MS Translation

github.com/briannesbitt/Carbon - 34c05ee16db9d361ade8c7c1a10bc214ee00c0f2 authored over 3 years ago by Hafiq <[email protected]>
Wrong Spelling.

Referring to "Institute of Language and Literature" in Malaysia

https://scontent.fkul10-1.fna...

github.com/briannesbitt/Carbon - 48b5b08aff04946e68331bf95b43180012b4c2b6 authored over 3 years ago by Hafiq <[email protected]>
Wrong "Morning" hour range In MS

Referring to global hour range is

00 - 11:59 => Morning (Pagi)
12 - 13:59 => Noon (Tengahari...

github.com/briannesbitt/Carbon - dcb6f1a870be15e269feb069616dd0915107e091 authored over 3 years ago by Hafiq <[email protected]>
Add OutOfRangeException type

github.com/briannesbitt/Carbon - 7660f54df92502ff1e8c57be53146b56d355fb3a authored almost 4 years ago by kylekatarnls <[email protected]>
Drop interval fixing for PHP >= 8.1

github.com/briannesbitt/Carbon - e40fe5cb27b3166db9a46b0421c6660f8bf2fba3 authored almost 4 years ago by kylekatarnls <[email protected]>
Add OutOfRangeException type

github.com/briannesbitt/Carbon - f44b2e80fefc34893b9a41d7305897d391013267 authored almost 4 years ago by kylekatarnls <[email protected]>
Fix #2308 Compare dates in UTC to get real diff in days and above units

github.com/briannesbitt/Carbon - 57ddcaa4d775994a8b06551f6f51362a63efff75 authored almost 4 years ago by kylekatarnls <[email protected]>
Merge pull request #2293 from briannesbitt/fix/errors-not-converted-to-exceptions

Properly fallback static macro if errors are not converted into exceptions

github.com/briannesbitt/Carbon - 2fd2c4a77d58a4e95234c8a61c5df1f157a91bf4 authored almost 4 years ago by Kyle <[email protected]>
Ignore coverage for fallback exception catch

github.com/briannesbitt/Carbon - 1dc58bcb5365295abdc42079385965421eb38c0c authored almost 4 years ago by kylekatarnls <[email protected]>
Properly fallback static macro if errors are not converted into exceptions

github.com/briannesbitt/Carbon - c65443063358d4b1a6f1134d5538ffd55ae56e22 authored almost 4 years ago by kylekatarnls <[email protected]>
Merge pull request #2288 from alterphp/patch-1

Makes PHPDoc consistent

github.com/briannesbitt/Carbon - 5853493c508b5095486b335c7ced7450dc57affa authored almost 4 years ago by Kyle <[email protected]>