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

Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/issue-2027-fix-catalan-short-month

Conflicts:
src/Carbon/Lang/ca.php

github.com/briannesbitt/Carbon - 8af57fbae25c8f6d06ac15a0f93a5370cdf76315 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #2027 Catalan short months declension

github.com/briannesbitt/Carbon - 2f7cba4bb30e9605f1d0c62c1f4b8057a77f916f authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2026 from kylekatarnls/feature/isssue-2025-fix-ru-months-regex

- Fix #2025 Use date months for LL+ ISO formats
- Thanks to @joseballester for the review

github.com/briannesbitt/Carbon - bc7b894a2b47b3f8ed3ab864c4842e33e20feb6b authored almost 5 years ago by Kyle <[email protected]>
Add missing RegExp pipe

github.com/briannesbitt/Carbon - dfe3d82547605d1811a4e802b730da5eb3961d53 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/isssue-2025-fix-ru-months-regex

github.com/briannesbitt/Carbon - 93b24fed3933ba1924d0b38a87185234781bfd21 authored almost 5 years ago by KyleKatarn <[email protected]>
Handle February 29th in tests

github.com/briannesbitt/Carbon - 461488c170820023ec5930de2c6bbf1986351ab5 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #2025 Use date months for LL+ ISO formats

github.com/briannesbitt/Carbon - 6157f87cd64bdd4f6100359c06133c8a1b3edef9 authored almost 5 years ago by KyleKatarn <[email protected]>
Add method for diffInQuarters (#2023)

github.com/briannesbitt/Carbon - ca197a5e31acb17e1ac6fe2708b65e367534ec1b authored almost 5 years ago by Jurian Arie <[email protected]>
Skip test when a required locale is unavailable (#2021)

testSetLocale fails in environments lacking the desired English locale,
while testComaDecimalSep...

github.com/briannesbitt/Carbon - 658941fb7b48e3a9202c7a6b4bd1c3bd68db48ee authored almost 5 years ago by Robin Gustafsson <[email protected]>
Remove deprecated method (#2020)

github.com/briannesbitt/Carbon - 51a1c14921c6ec0ffd64c3eb95520a636ab010c2 authored almost 5 years ago by Kyle <[email protected]>
always use non-deprecated translation method (#2019)

github.com/briannesbitt/Carbon - 7951e801a25954074a56b550b76789ad28e0568e authored almost 5 years ago by Christian Flothmann <[email protected]>
Use local version of PHPUnit

github.com/briannesbitt/Carbon - b3814082945f5dc8bd2968da0f4c2288682c8612 authored almost 5 years ago by Kyle <[email protected]>
Improve translation using CLDR comparison (#2013)

* Add CLDR script

* Add debugging tools to CLDR script

* Fix #1963 ago/from_now declension...

github.com/briannesbitt/Carbon - 5f1e6df643cfefe722e57787b56260d51e94b2f1 authored almost 5 years ago by Kyle <[email protected]>
Implement #2012 ->betweenIncluded() method on Carbon, CarbonImmutable and CarbonInterval (#2014)

github.com/briannesbitt/Carbon - bfabaf5327c8d98f3db5d27f165d8a36d7ffb0cb authored almost 5 years ago by Kyle <[email protected]>
Update CarbonInterface.php (#2010)

Use "millennium" word for startOfMillennium().

github.com/briannesbitt/Carbon - 9ef61da8d5ec53ac71ede02e5f56035d3fce959d authored almost 5 years ago by David Rodrigues <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon

github.com/briannesbitt/Carbon - 0fda06d71382d67118979f01c2d2a1cfe665a876 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #2009 Shorten Latvian months: Feb, Mar and Mai

github.com/briannesbitt/Carbon - 0afe1b48f9f839b93db7effc47f2f99511d52f68 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2007 from kylekatarnls/feature/issue-1651-total

Fix #1651 weeks/days calculation in ->total()

github.com/briannesbitt/Carbon - 912dff66d2690ca66abddb9b291a1df5f371d3b4 authored almost 5 years ago by Kyle <[email protected]>
Fix #1651 weeks/days calculation in ->total()

github.com/briannesbitt/Carbon - 0cf7d48a347be7fff030330c539682a152fe4ef4 authored almost 5 years ago by KyleKatarn <[email protected]>
Add unit tests for #1651

github.com/briannesbitt/Carbon - 8a7d1608afa7d0a2e28ee3c6a22a701a8de28eab authored almost 5 years ago by KyleKatarn <[email protected]>
Update CarbonInterface

github.com/briannesbitt/Carbon - d15f389968f42e77889dfc213d67fd9013b45f2c authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #2006 Mention the down-rounding for diffIn* methods in PHPDoc

github.com/briannesbitt/Carbon - 06deeb149460c92b30c53794c2d63591ec11a285 authored almost 5 years ago by KyleKatarn <[email protected]>
Allow toStringFormat as closure for CarbonInterval

github.com/briannesbitt/Carbon - d340ae6e2f4dd4f0da90b9c4745548ab0c9bade2 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #2005 from digitaladapt/enhancement-CarbonInterval-toStringFormat2

Implement #2002 toStringFormat setting available for CarbonInterval

github.com/briannesbitt/Carbon - 7fa8d21812fe3166e6c19b5303e59e2d59202027 authored almost 5 years ago by Kyle <[email protected]>
#2002 Fix CarbonInterval not honoring toStringFormat setting, with tests (second attempt).

github.com/briannesbitt/Carbon - cb3bcfeae03d0eea7aedcd1a6720df619ceacde8 authored almost 5 years ago by Andrew Stowell <[email protected]>
Merge pull request #2003 from kylekatarnls/feature/construct-from-date-time

Fix creation when timezone is wrong and strict mode off

github.com/briannesbitt/Carbon - 57d893158133df63457ce580b332550c5be3771e authored almost 5 years ago by Kyle <[email protected]>
Fix creation when timezone is wrong and strict mode off

github.com/briannesbitt/Carbon - 1a3df8bb6d99eca72de0b32eb6fc0d7205ee7231 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix creation when timezone is wrong and strict mode off

github.com/briannesbitt/Carbon - 8d5d0a5d576cc3eed12700fd8ead88aed11265ac authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1986 from kylekatarnls/feature/construct-from-date-time

Allow to construct Carbon instance from DateTimeInterface

github.com/briannesbitt/Carbon - 7d0969375396392c431cb8f54d1364541768b817 authored almost 5 years ago by Kyle <[email protected]>
Fix invert value type

github.com/briannesbitt/Carbon - dc30e27677533da46270f538e5bdf71bb960bc5f authored almost 5 years ago by KyleKatarn <[email protected]>
Add test for from-instance constructors

github.com/briannesbitt/Carbon - e72f130cffe132defaaafca9cdb9bac6678ab3a2 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/construct-from-date-time

Conflicts:
src/Carbon/Traits/Creator.php

github.com/briannesbitt/Carbon - 527fe89edcc9f4406c1077b3311c624e19f6a2e1 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix testCreateFromTimestampMS float typing and update CarbonInterface

github.com/briannesbitt/Carbon - e509be5bf2d703390e69e14496d9a1168452b0a2 authored almost 5 years ago by KyleKatarn <[email protected]>
Remove dev depedencies before build

github.com/briannesbitt/Carbon - faf862506030dc48c061c840c7f50933f1df4ed8 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1995 from kylekatarnls/feature/issue-1992-fix-timezone-setter

Fix #1992 Add cleanupDumpProperties()

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

github.com/briannesbitt/Carbon - c176f0be1646c38ae3e84fee97840c18e66c57e5 authored almost 5 years ago by KyleKatarn <[email protected]>
Cleanup dumpProperties on dump

github.com/briannesbitt/Carbon - 90b240d04a30dc8ff2f4a1e7d75874c5db13e929 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1993 from kylekatarnls/feature/issue-1988-reflection-class-support

Fix #1988 Allow timezone_type, timezone, date to be modified before __construct

github.com/briannesbitt/Carbon - 4abd24657b63ca07e0c1bdf99acc5b67b49eb3f1 authored almost 5 years ago by Kyle <[email protected]>
Fix code style

github.com/briannesbitt/Carbon - 25c4a1159c48060c6c992ec5223b2fee8b990195 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'feature/issue-1988-reflection-class-support' of https://github.com/kylekatarnls/Carbon into feature/issue-1992-fix-timezone-setter

github.com/briannesbitt/Carbon - 3d6110a552abf9da74b98c4772c4b68bffdc463a authored almost 5 years ago by KyleKatarn <[email protected]>
#1988 Update constructedObjectId on cloned

github.com/briannesbitt/Carbon - 3d1e0b4c91e075ee4e45bb3405a735b07b5c2df7 authored almost 5 years ago by KyleKatarn <[email protected]>
Implement cleanupDumpProperties to work around #1992

github.com/briannesbitt/Carbon - 771062fa0e1f0912d7f637652f5c5f9f965ea2d7 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'feature/issue-1988-reflection-class-support' of https://github.com/kylekatarnls/Carbon into feature/issue-1992-fix-timezone-setter

github.com/briannesbitt/Carbon - aeafedbe40e9e65a130b67400e02391c4e2d3020 authored almost 5 years ago by KyleKatarn <[email protected]>
#1988 Update construction property key

github.com/briannesbitt/Carbon - 4e990a658397b6c61a7c9ac233672de91a4d8bd3 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/msarca/Carbon into feature/issue-1988-reflection-class-support

Conflicts:
src/Carbon/Traits/Creator.php
src/Carbon/Traits/Date.php
src/Carbon/Traits/Ob...

github.com/briannesbitt/Carbon - 8adcdede209a1e90cc34e4f89e1a0961bb3984f3 authored almost 5 years ago by KyleKatarn <[email protected]>
Added missing return statement

github.com/briannesbitt/Carbon - f5d3c88db962e5e47cefd26a86eddb7c15677890 authored almost 5 years ago by Marius Sarca <[email protected]>
Renamed property

github.com/briannesbitt/Carbon - 5ddb5b85ccc6ec8b006bcebb1e108c2eb7062ac0 authored almost 5 years ago by Marius Sarca <[email protected]>
#1988 Add test using setValue

github.com/briannesbitt/Carbon - 638291e402940a002713d6fb5a3a5fe0c03c6ca3 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge #1994

github.com/briannesbitt/Carbon - 8209f88e92cc34d5e4b4fa7425be09de609ac57d authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/msarca/Carbon into feature/issue-1988-reflection-class-support

Conflicts:
src/Carbon/Traits/Date.php
src/Carbon/Traits/Serialization.php
tests/Carbon/S...

github.com/briannesbitt/Carbon - 44a099454ab40a588b221476a799ff9bc07c0f32 authored almost 5 years ago by KyleKatarn <[email protected]>
Set unserialized instances as constructed

github.com/briannesbitt/Carbon - 3f3a9c93a593934dff02fbd746c171050afb7f95 authored almost 5 years ago by KyleKatarn <[email protected]>
Group unit tests for ->timezone setter

github.com/briannesbitt/Carbon - 517a42c79c38982ad9943c03e7859a894137b018 authored almost 5 years ago by KyleKatarn <[email protected]>
Fixed serialization issue

github.com/briannesbitt/Carbon - b1a1905a472bbc6d397125d5a3449b51835be969 authored almost 5 years ago by Marius Sarca <[email protected]>
Remove setter non required for #1988

github.com/briannesbitt/Carbon - 0a5ed5ae364c3c423c3e56b25cbdd3ab2fd583b1 authored almost 5 years ago by KyleKatarn <[email protected]>
Add tests for issue #1992 timezone setting after listing properties

github.com/briannesbitt/Carbon - 24c261747e11595eec9ab60c10f78647a9bb9410 authored almost 5 years ago by KyleKatarn <[email protected]>
Hide "constructed" property from __debugInfo()

github.com/briannesbitt/Carbon - eb872b1b22ab4a4815cfe0293d4516be774c078b authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #1988 Allow timezone_type, timezone, date to be modified before __construct

This allow DateTime-compatible using `(new ReflectionClass(Carbon::class))->newInstanceWithoutCo...

github.com/briannesbitt/Carbon - e6b389adc6032c227e1cb46e5cf1869821f343b4 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1990 from kylekatarnls/feature/issue-1989-local-macro-setter-getter

Fix #1989 Allow local setter/getter macros

github.com/briannesbitt/Carbon - 5764ef0bdc52feafd750278404d23e9fdf8f6507 authored almost 5 years ago by Kyle <[email protected]>
Fix typing detection in tests

github.com/briannesbitt/Carbon - 5cf3c1a1407598e5ef7ab49ea705942507c400cd authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #1989 Allow local setter/getter macros

github.com/briannesbitt/Carbon - 17e5538f99ec2118231aa2ec4a7deedf4baa9eaa authored almost 5 years ago by KyleKatarn <[email protected]>
Fix #1984 Slovene months and week days case and "a few seconds" translation

github.com/briannesbitt/Carbon - 9b3c472f46c2833057fa3328f15af6b915665fa5 authored almost 5 years ago by KyleKatarn <[email protected]>
Allow to construct CarbonPeriod from DatePeriod

github.com/briannesbitt/Carbon - 3275e5f7b41cb496c7a670a39414ccf2423ed55b authored almost 5 years ago by KyleKatarn <[email protected]>
Allow to construct CarbonInterval from DateInterval

github.com/briannesbitt/Carbon - 4106627e5d7168628f38007c524620d79ef30786 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix construct from date-time

github.com/briannesbitt/Carbon - c5ec1a6fbdd105cc1c05a4678adf22cbe3622793 authored almost 5 years ago by KyleKatarn <[email protected]>
Add a dedicated method for timezone construction

github.com/briannesbitt/Carbon - 1801e4bf7eeabb39c310a5f545fc23909e28f7e7 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/kylekatarnls/Carbon into feature/construct-from-date-time

github.com/briannesbitt/Carbon - 06b60c4713dcf973f92ee5976479df529df7f02e authored almost 5 years ago by KyleKatarn <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/briannesbitt/Carbon - 9d98e56f2a76bb19487d3d82623b321545b632a7 authored almost 5 years ago by KyleKatarn <[email protected]>
Fix constructor syntax

github.com/briannesbitt/Carbon - c3798aa167a135b2b505fcddf746240ae26557e1 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/construct-from-date-time

github.com/briannesbitt/Carbon - 548cfe03b893e9a540482d74cf85f60e62b416b5 authored almost 5 years ago by KyleKatarn <[email protected]>
Allow to construct Carbon instance from DateTimeInterface

github.com/briannesbitt/Carbon - 52fca55915755ba187d4397356569a4f1ff52f56 authored almost 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1980 from deleugpn/carbon-period

CarbonPeriod no longer set default locale to iterated date

github.com/briannesbitt/Carbon - d7c026d413bacc4afdc24b20b0d5231598ee0a13 authored about 5 years ago by Kyle <[email protected]>
Copy locale only if previous entity has a specific one

github.com/briannesbitt/Carbon - ae41561c7bb06cc0fe0e04a4a4887443a59b36cf authored about 5 years ago by KyleKatarn <[email protected]>
Add Latvian translator's name

github.com/briannesbitt/Carbon - ef580f631430a01807b75375b7bc726ec7f58ca6 authored about 5 years ago by KyleKatarn <[email protected]>
Apply fixes from StyleCI (#1983)

github.com/briannesbitt/Carbon - c83a7387beb405f762328412f7cb0b4ae59f3c49 authored about 5 years ago by Kyle <[email protected]>
Merge pull request #1979 from janiseglitis/patch-1

Update lv.php

github.com/briannesbitt/Carbon - 9feffa58e829901027dc8273de671a496ee78263 authored about 5 years ago by Kyle <[email protected]>
CarbonPeriod and CarbonImmutable not behaving similarly

github.com/briannesbitt/Carbon - f279df6a80b899df6512e059df05d2574ccc1552 authored about 5 years ago by Deleu <[email protected]>
Update lv.php

typo

github.com/briannesbitt/Carbon - 4d38b1076b582d6d5fa87c06a7de3afe076b1805 authored about 5 years ago by Janis Eglitis <[email protected]>
Merge pull request #1978 from kylekatarnls/master

Fix #1977 Greek "ago" translation

github.com/briannesbitt/Carbon - cb6d9852f5c298635944981db058b3d4a3b02dfc authored about 5 years ago by Kyle <[email protected]>
Fix #1977 Greek "ago" translation

github.com/briannesbitt/Carbon - 754a9ec1e719b0c44ca896cc4ada0f1d4dbb562a authored about 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1975 from kylekatarnls/feature/issue-1970-uz-latin

Fix #1970 Uzbek before/after translations

github.com/briannesbitt/Carbon - 691b2a24ab1a0ff8d7b808eac7b62bbcbc012d01 authored about 5 years ago by Kyle <[email protected]>
Cleanup imports

github.com/briannesbitt/Carbon - d9d684af2da003dcad37e06e85bbc25e5e06c711 authored about 5 years ago by KyleKatarn <[email protected]>
Fix #1970 Uzbek before/after translations

github.com/briannesbitt/Carbon - dd4467794109a44af5f0f80ebb25373e7867ca99 authored about 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1971 from GrahamCampbell/patch-1

Speed up resetMessages

github.com/briannesbitt/Carbon - 736b927b9e211be0942314653cb8e15b763bbcab authored about 5 years ago by Kyle <[email protected]>
Use include instead of require to not stop the process if lang file is missing

github.com/briannesbitt/Carbon - 67fb9a75419767ad2c3acb6fc4b22419e3acfd89 authored about 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into patch-1

github.com/briannesbitt/Carbon - 90ea4c095e3fa673805e6bd641c71585d463ba81 authored about 5 years ago by KyleKatarn <[email protected]>
Merge pull request #1972 from briannesbitt/opcache-preloading

Use CarbonInterface instead of self for Date trait constant as keys

github.com/briannesbitt/Carbon - c4eed97bfe6582290ff3229372d6a83c738c3cbe authored about 5 years ago by Kyle <[email protected]>
Fix method signature compatibility

github.com/briannesbitt/Carbon - eb498596b5d726a1b13a1d7c30244bc4649c0531 authored about 5 years ago by KyleKatarn <[email protected]>
Add unit tests for NotLocaleAwareException

github.com/briannesbitt/Carbon - 38052e5def44f5897d0be06a0ae53c91dfdb1437 authored about 5 years ago by KyleKatarn <[email protected]>
Use common method for translators able to getLocale()

github.com/briannesbitt/Carbon - ad35caa73a0ba49774eb651496c4d4d3ca8c29ac authored about 5 years ago by KyleKatarn <[email protected]>
Fix month overflow sensibility of quarter tests

github.com/briannesbitt/Carbon - 5263bbad3b0560d126611cba1a0ade1e71d0fad6 authored about 5 years ago by KyleKatarn <[email protected]>
Fix Symfony 3 compatibility

github.com/briannesbitt/Carbon - 0006e057821d1f3324d39deec8426dae4cb3f2d7 authored about 5 years ago by KyleKatarn <[email protected]>
Add strict restrictions for translator requirements

github.com/briannesbitt/Carbon - d6bcaa9b6d85a8cfc7ca8706102377a67d8c5862 authored about 5 years ago by KyleKatarn <[email protected]>
Update PHPMD

github.com/briannesbitt/Carbon - 8b8b0a5db332a5764fd63784df83e2ca8e53a98b authored about 5 years ago by KyleKatarn <[email protected]>
Speed up resetMessages

github.com/briannesbitt/Carbon - 3e02299746b8e40137313dcc0f39c459d353d82d authored about 5 years ago by Graham Campbell <[email protected]>
Use CarbonInterface instead of self for Date trait constant as keys

github.com/briannesbitt/Carbon - 1793a629ce6b2730cbbe9743b1e51621c8852d21 authored about 5 years ago by KyleKatarn <[email protected]>
Update Teso unit tests files

github.com/briannesbitt/Carbon - 83ee7662ee768dd363d822308b8e64798b62222d authored about 5 years ago by KyleKatarn <[email protected]>
Added #1966 Tamil before and after translations

github.com/briannesbitt/Carbon - 905f4205891af589ff5fad007f2d4c978aa40153 authored about 5 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon

github.com/briannesbitt/Carbon - 005e76124445dae7c8fe7a5862a79d6bf62f8e15 authored about 5 years ago by KyleKatarn <[email protected]>
Fix #1968 Turkmen year and short days translations

github.com/briannesbitt/Carbon - b45f7d108fd002766ae578ad5727b894bf2e4639 authored about 5 years ago by KyleKatarn <[email protected]>