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 CarbonInterval methods

- hasNegativeValues()
- hasPositiveValues()
- set($name, $value) / set($values)
- get($name)
- Ad...

github.com/briannesbitt/Carbon - cc5250a478285a40e6e92e099c56a0ec2254514d authored over 4 years ago by KyleKatarn <[email protected]>
Fix cascade() with skipped unit

github.com/briannesbitt/Carbon - 66190eb9d134e55a19d5dae20337bd83eae6ada0 authored over 4 years ago by KyleKatarn <[email protected]>
Ease reading of rounding composite interval unit test

github.com/briannesbitt/Carbon - 207cfe40a81b395dc4b10a46ea6fb8545e12371c authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/issue-2126-cascade

github.com/briannesbitt/Carbon - d055a76ca0207ced0dc8b6fdcaba547f176865fc authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2141 from kylekatarnls/feature/accept-date-in-parse

Accept DateTimeInterface in parse()

github.com/briannesbitt/Carbon - 312f3a4792b04e55dcf90c41dce0fb576b76828b authored over 4 years ago by Kyle <[email protected]>
Accept DateTimeInterface in parse()

github.com/briannesbitt/Carbon - 6d12b6d7769fd404291caf157348714c73c78c55 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/briannesbitt/Carbon into feature/issue-2126-cascade

github.com/briannesbitt/Carbon - d3c133f556589057470961485006f23d94af15fc authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2140 from kylekatarnls/feature/issue-2136-fix-negated-interval-rounding

Fix #2136 Handle negated interval rounding

github.com/briannesbitt/Carbon - 2eef272913ce4fd3938d445398232d494957fa5d authored over 4 years ago by Kyle <[email protected]>
Fix #2136 Add test with inverted interval rounding

github.com/briannesbitt/Carbon - 066fbb1c4335048291b42d3b33cec0238a9382a1 authored over 4 years ago by KyleKatarn <[email protected]>
Fix #2136 Handle negated interval rounding

github.com/briannesbitt/Carbon - ee3f0f8b6f47ab10f5737b333e06194bd8e3fc5b authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2139 from kylekatarnls/feature/issue-2138-lt-months

Fix #2138 Implement standalone months for Lithuanian language

github.com/briannesbitt/Carbon - 26d848b076b702926117613c6997e0033fdfa1fd authored over 4 years ago by Kyle <[email protected]>
Fix #2138 Implement months_standalone for Lithuanian language

github.com/briannesbitt/Carbon - be64ab84eb0623c20a7c02e8be8a5d302d2fe5f6 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2137 from kylekatarnls/feature/issue-2135-accept-false-in-setTestNow

Fix #2135 Allow `setTestNow()` to take `false`

github.com/briannesbitt/Carbon - 44541819bf69fa0ad707123636a3465b9b8dc617 authored over 4 years ago by Kyle <[email protected]>
Fix #2135 Allow setTestNow() to take `false`

github.com/briannesbitt/Carbon - ec6c018299f825f82bb4e03a2665407b854d178f authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2132 from kardoqadir/patch-1

Fixing the wrong labels for Kurdish language

github.com/briannesbitt/Carbon - afc1817c6bc9c5c82b4a2b8282461e00af4721e4 authored over 4 years ago by Kyle <[email protected]>
Update Kurdish unit tests

github.com/briannesbitt/Carbon - 9d2125d9a1eca61033333cbaf15b28747c0b97f6 authored over 4 years ago by KyleKatarn <[email protected]>
Fixing the wrong labels

The translation contained some grammatical issues, the current version is perfect with Kurdish (...

github.com/briannesbitt/Carbon - 67e4a2d93f83a97b8cc0f76094bdf1daa9a1f154 authored over 4 years ago by KarDo Qadir <[email protected]>
Merge pull request #2131 from kylekatarnls/feature/issue-2129-pa-language

Fix #2129 Improve Panjabi translation

github.com/briannesbitt/Carbon - 285c447499d0423ae56ea719f7e09e5264f0d140 authored over 4 years ago by Kyle <[email protected]>
Merge pull request #2128 from leo108/patch-2

Fix "Cannot call abstract method Carbon\CarbonInterface::hasMacro()" error

github.com/briannesbitt/Carbon - ee7378a36cc62952100e718bcc58be4c7210e55f authored over 4 years ago by Kyle <[email protected]>
Update src/Carbon/PHPStan/MacroScanner.php

Co-authored-by: Kyle <[email protected]>

github.com/briannesbitt/Carbon - 1230cb99f321eae941f04b1abf00a5e0ab33c05b authored over 4 years ago by leo108 <[email protected]>
#2129 Add Panjabi alternative numbers

github.com/briannesbitt/Carbon - 063c771a8d99a0e98f6c3e6248402b931c4bdfad authored over 4 years ago by KyleKatarn <[email protected]>
#2129 Handle before/after Panjabi translation

+ Fix ago translation

github.com/briannesbitt/Carbon - fc0774d8cbff3e21b752e1b1d94fcc00d85911d4 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2130 from nocive/2127_month_constants

Add constants for months (fixes #2127)

github.com/briannesbitt/Carbon - 9a6737a39deb3cbf2531e1b5f3aa4714a5212b23 authored over 4 years ago by Kyle <[email protected]>
Add constants for months (fixes #2127)

github.com/briannesbitt/Carbon - 0d59ccf0061f3a04de26453f9a3c96f31d2b824b authored over 4 years ago by Jose Pedro Saraiva <[email protected]>
Add test to show the issue #2126

github.com/briannesbitt/Carbon - 2d081ec169e5d55773c72df80a2db2c6d1dd7241 authored over 4 years ago by KyleKatarn <[email protected]>
Fix "Cannot call abstract method Carbon\CarbonInterface::hasMacro()" error

github.com/briannesbitt/Carbon - a29c8d8e13414644b724933db3c9833026b986e4 authored over 4 years ago by leo108 <[email protected]>
Fix #2125 replace @method return type with static keyword on traits

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

github.com/briannesbitt/Carbon - ba99959736ea3b6be749e3df35c968a5e55ad9f2 authored over 4 years ago by KyleKatarn <[email protected]>
Make convertDate follow immutability when implementing CarbonInterface

github.com/briannesbitt/Carbon - d29506b1c7c001153de5077d22707979ed007e4e authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #1916 from spawnia/phpstan

Add PHPStan extension for macros

github.com/briannesbitt/Carbon - c1a1ab38ad01e897afb5e04eac781e81352a4343 authored over 4 years ago by Kyle <[email protected]>
Skip PHPStan feature test on PHP 8

github.com/briannesbitt/Carbon - 1ae2a003af660a15fbbfc132b995ceb07a5026b1 authored over 4 years ago by KyleKatarn <[email protected]>
Fix PHPDoc params

github.com/briannesbitt/Carbon - 26a9b21fec730aee251c01db1eabfc6259f30ff7 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2123 from briannesbitt/analysis-YjBv9d

Apply fixes from StyleCI

github.com/briannesbitt/Carbon - a1c4ee25c0f0f81032d2688088fa15feb2a84c39 authored over 4 years ago by Kyle <[email protected]>
Apply fixes from StyleCI

github.com/briannesbitt/Carbon - dd330ec0fcbe5be288f97020dc29655dc8fe7612 authored over 4 years ago by Kyle <[email protected]>
Add intermediate scanner

github.com/briannesbitt/Carbon - 365ad732cd00779d95c2cf283712927cbca32edf authored over 4 years ago by KyleKatarn <[email protected]>
Add macro tests

github.com/briannesbitt/Carbon - c3b481a67150ca261f20ac35a8118efb98aba22d authored over 4 years ago by KyleKatarn <[email protected]>
Add a test for PHPStan failure

github.com/briannesbitt/Carbon - 2df99c9f505f942c52afb366e23d3576af9df779 authored over 4 years ago by KyleKatarn <[email protected]>
Fi static detection

github.com/briannesbitt/Carbon - cdc6aefcacda45d9816c9c36e5b4aa2db1ffa2c0 authored over 4 years ago by KyleKatarn <[email protected]>
Fix interface checking

github.com/briannesbitt/Carbon - 003387cdea43c30be13339989d7e6ecc590ee72b authored over 4 years ago by KyleKatarn <[email protected]>
Split PHPDoc for @phpstan-param

github.com/briannesbitt/Carbon - 29caaff1e60814e66a35790e24eff1c44d6fe8e5 authored over 4 years ago by KyleKatarn <[email protected]>
Finalize PHPStan MacroExtension

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

github.com/briannesbitt/Carbon - 6a0c5d2594f4daca2b44c22f82b7e3b413614b3b authored over 4 years ago by KyleKatarn <[email protected]>
Fix inheritance

github.com/briannesbitt/Carbon - aa6bf93ae1d9adc4753d4aff2a331ef49ce7009a authored over 4 years ago by KyleKatarn <[email protected]>
Update PHPStan and PHPDoc of magic method

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

github.com/briannesbitt/Carbon - 070d6612d77e24945d993d48fd4eecedb28398df authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2121 from Ayesh/export-ignore

Update .gitattributes export-ignore rules

github.com/briannesbitt/Carbon - f9996ce839fb6e9b286f713acbf837134019f9f8 authored over 4 years ago by Kyle <[email protected]>
Update `.gitattributes` `export-ignore` rules

- Remove `.codecov.yml` that is no longer used.
- Add `.multi-tester.yml` file
- Add `.github...

github.com/briannesbitt/Carbon - f051dd1554d20b97db3e4d15b8ddd9110212c7a8 authored over 4 years ago by Ayesh Karunaratne <[email protected]>
Merge pull request #2120 from GrahamCampbell/patch-1

Update StyleCI badge

github.com/briannesbitt/Carbon - fd09016bfe23c1603181c1e7a3eed7efe4dc1a17 authored over 4 years ago by Kyle <[email protected]>
Updated StyleCI badge

github.com/briannesbitt/Carbon - 9bdf59f271adcaae37eff6f67097085b752f4dbb authored over 4 years ago by Graham Campbell <[email protected]>
Merge pull request #2107 from Abdifatahz/patch-1

Fix #2106 Add full somali locale

github.com/briannesbitt/Carbon - f1aa9b837ff2715f543e2b374045a43fa046a89f authored over 4 years ago by Kyle <[email protected]>
Implement Somali RegExp for today/yesterday/tomorrow

github.com/briannesbitt/Carbon - a0cd5e1d37d3e549f346443472091fbd74d7c0d2 authored over 4 years ago by KyleKatarn <[email protected]>
Update calendar Somali unit tests

github.com/briannesbitt/Carbon - bdac47c01e43703e57c5839929d6a4384a4b6a06 authored over 4 years ago by KyleKatarn <[email protected]>
Added Calender translation

github.com/briannesbitt/Carbon - 39cdabf5b976791dbd539af77d8b317795a3c68a authored over 4 years ago by Abdifatah Abdilahi <[email protected]>
Merge pull request #2118 from kylekatarnls/feature/doctrin-default-precision

Revert Doctrine default precision change

github.com/briannesbitt/Carbon - f42d1e44aba6b24b5ca0b7556e4401e912a31d13 authored over 4 years ago by Kyle <[email protected]>
Revert default precision change

github.com/briannesbitt/Carbon - e53e0170b88f607d097769c2df2c37dbd8e0a758 authored over 4 years ago by KyleKatarn <[email protected]>
Implement dynamic intervals (#2116)

This allow to use `Closure`'s as intervals:
```php
$weekDayStep = function (Carbon $date, bool...

github.com/briannesbitt/Carbon - d686622b34d6e69701ae39aa3d38355a2c2bf215 authored over 4 years ago by Kyle <[email protected]>
Merge pull request #2115 from kylekatarnls/feature/microsecond-diff

Add microsecond as possible diff minimum unit

github.com/briannesbitt/Carbon - d9d633f411289f6e048add6fcf7e34fd48cdafd0 authored over 4 years ago by Kyle <[email protected]>
Fix German milliseconds plural

github.com/briannesbitt/Carbon - 4d6df5ac37123db23db0f7a57a3ac7642a8d9d53 authored over 4 years ago by KyleKatarn <[email protected]>
Add microsecond as possible diff minimum unit

github.com/briannesbitt/Carbon - f65078661bf7a88fca538a6fd91cc12f0f8e3957 authored over 4 years ago by KyleKatarn <[email protected]>
Use last successful commit of Laravel for tests (#2114)

github.com/briannesbitt/Carbon - 0ff7882259be9d6995fbb47468e67f0a4dbd045f authored over 4 years ago by Kyle <[email protected]>
Configure Redis for Laravel test (#2113)

* Configure Redis for Laravel test

* Use localhost IP for Redis config

* Add Redis env var...

github.com/briannesbitt/Carbon - 9182539adc1f8a7962603acb88a8a864e8669164 authored over 4 years ago by Kyle <[email protected]>
Fix #2106 Somali translation

github.com/briannesbitt/Carbon - 7e4551c06ed827931de00c1bfcdb16d9e2429ac0 authored over 4 years ago by KyleKatarn <[email protected]>
Added full somali locale

I added full somali translation, and it fully works for diffFOrHumans time format.

github.com/briannesbitt/Carbon - 6ee19e3eb2020de737c77d0bdbcc114db2ee4bed authored over 4 years ago by Abdifatah Abdilahi <[email protected]>
Merge pull request #2102 from kylekatarnls/feature/issue-2101-find-timezone

Fix #2101 iterate over every timezone to find it

github.com/briannesbitt/Carbon - 53d4edb3413ed11145687666d805e18398ca29d3 authored over 4 years ago by Kyle <[email protected]>
Fix #2101 iterate over every timezones to find it

github.com/briannesbitt/Carbon - 1a0440842bff7ba38c86823ca7a1cbb7378a426b authored over 4 years ago by KyleKatarn <[email protected]>
Fix code style

github.com/briannesbitt/Carbon - 60a7afad42dafbf8803e9ff72a70043dfdc8e466 authored over 4 years ago by KyleKatarn <[email protected]>
Remove Symfony < 5 interface import

github.com/briannesbitt/Carbon - 8726308f2e5eb698618e1d866aa624be8361dbe5 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch '3.x' of https://github.com/briannesbitt/Carbon into feature/issue-1967-week-based-on-locale

Conflicts:
src/Carbon/CarbonInterface.php
src/Carbon/CarbonInterval.php
src/Carbon/Facto...

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

Conflicts:
src/Carbon/Factory.php
src/Carbon/FactoryImmutable.php
src/Carbon/Traits/Loca...

github.com/briannesbitt/Carbon - f4328dee96c2fdaa5f79240d8ede50a5f1fab2b2 authored over 4 years ago by KyleKatarn <[email protected]>
Update PHPDoc script

github.com/briannesbitt/Carbon - 4b9bd835261ef23d36397a46a76b496a458305e5 authored over 4 years ago by KyleKatarn <[email protected]>
Update PHPDoc

github.com/briannesbitt/Carbon - c7af706e2a193b226f86561cbfc7f11fa7efba05 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2096 from kylekatarnls/feature/handle-apostrophes

Improve translation support

github.com/briannesbitt/Carbon - c5587aa977ba1aef49be8d970f1625320d64e689 authored over 4 years ago by Kyle <[email protected]>
Drop support for closures in translateWordsByKeys()

github.com/briannesbitt/Carbon - d487b4e1eef4ab26d23658b7d0c6f89923ea0b8e authored over 4 years ago by KyleKatarn <[email protected]>
Cleanup imports

github.com/briannesbitt/Carbon - 55bccdc648a45157c32de4b9833679b0d15d1926 authored over 4 years ago by KyleKatarn <[email protected]>
Extract today/tomorrow/yesterday support from calendar translations

github.com/briannesbitt/Carbon - 8418e31725f60e7949e2997d2179d9e1f0222c0f authored over 4 years ago by KyleKatarn <[email protected]>
Handle "at" word inside parsed strings

Add TRANSLATE_DIFF option

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

github.com/briannesbitt/Carbon - c14dfa4d0bfbcc34dd6adc417618182af9d7c879 authored over 4 years ago by KyleKatarn <[email protected]>
Fix #2092 Support yesterday and tomorrow in Carbon::parseFromLocale() (#2094)

With the following code:

echo Carbon::parseFromLocale('demain', 'fr');

I get 2020-05-24 00...

github.com/briannesbitt/Carbon - 62cc5c151e90d73c69224b72e9cf3915ec4c2d17 authored over 4 years ago by Doudou-A <[email protected]>
Handle curved apostrophes in translateTimeString()

github.com/briannesbitt/Carbon - 13911d03165b6175a43a82b30aefc6528303a818 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2095 from kylekatarnls/feature/default-locale

Make locale default to current global locale in parseFromLocale()

github.com/briannesbitt/Carbon - 46eacad8a364639652146c177e8e099e5f8bd55e authored over 4 years ago by Kyle <[email protected]>
Add tests for change() and parse()

github.com/briannesbitt/Carbon - 840348e2aa7d30282a84cb1a6a523415400b1212 authored over 4 years ago by KyleKatarn <[email protected]>
Allow to use "just now"/"after tomorrow"/"before yesterday" in change() and parse()

github.com/briannesbitt/Carbon - 2a983e545f096aa1eca401f7ba6e8acd2152cc4c authored over 4 years ago by KyleKatarn <[email protected]>
Filter in translations words that are not available in the given language

github.com/briannesbitt/Carbon - a42729a1d6dc7f00cb1b815163b63b79c40e8bf4 authored over 4 years ago by KyleKatarn <[email protected]>
Regenerate PHPDoc

github.com/briannesbitt/Carbon - 5da361c8475f3e2910d08bfec5d016e151defb2d authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch '3.x' of https://github.com/briannesbitt/Carbon into feature/issue-1967-week-based-on-locale

Conflicts:
src/Carbon/CarbonInterface.php
src/Carbon/Traits/Boundaries.php
src/Carbon/Tr...

github.com/briannesbitt/Carbon - cb88b46308a5575991d8d193f265e2321e5d1c58 authored over 4 years ago by KyleKatarn <[email protected]>
Regenerate PHPDoc

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

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

github.com/briannesbitt/Carbon - 506e98d822b66c2b51dff2eb68b14c7c0f818f15 authored over 4 years ago by KyleKatarn <[email protected]>
Make locale default to current global locale in parseFromLocale()

github.com/briannesbitt/Carbon - 0f79cd8f5784d9d163c193f3422ffe54b8e17fa4 authored over 4 years ago by KyleKatarn <[email protected]>
Merge pull request #2090 from kylekatarnls/feature/issue-1967-start-end-auto-mode

Fix #1967 Add auto mode for start/end of week

github.com/briannesbitt/Carbon - ae4f810c4e5a586e048cf91a3fa318826071a5b9 authored over 4 years ago by Kyle <[email protected]>
Add private method getFirstDayOfWeek

github.com/briannesbitt/Carbon - 14bbb61da79fd5e0251dc8d4e5960966f9f1d613 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/kylekatarnls/Carbon into feature/issue-1967-start-end-auto-mode

github.com/briannesbitt/Carbon - a64fd7a33307c6b8bb2413785b366d271c749d80 authored over 4 years ago by KyleKatarn <[email protected]>
Add missing import

github.com/briannesbitt/Carbon - 3e87404329b8072295ea11d548b47a1eefe5a162 authored over 4 years ago by KyleKatarn <[email protected]>
Merge branch 'master' of https://github.com/kylekatarnls/Carbon into feature/issue-1967-start-end-auto-mode

github.com/briannesbitt/Carbon - 3bf29ebe0ca4cc0afb1971fcd39202a444840a08 authored over 4 years ago by KyleKatarn <[email protected]>
Optimize start and end of week calculation

github.com/briannesbitt/Carbon - d08f5ec783e6d4bddae59e9bbfd26461c2ac37d6 authored over 4 years ago by KyleKatarn <[email protected]>
Fix FQN of class in PHPDoc

github.com/briannesbitt/Carbon - 1cd455c8595524622fe0ad0101ea288ad468da6b authored over 4 years ago by KyleKatarn <[email protected]>
Update $weekStartsAt and $weekEndsAt type hint

github.com/briannesbitt/Carbon - e0e4c4d839110e7ff60c2e34cfd2b17b475ac533 authored over 4 years ago by KyleKatarn <[email protected]>
Rename constant

github.com/briannesbitt/Carbon - 2e089ff77a4ddf17efd1263e6656fb6d8e3eb971 authored over 4 years ago by KyleKatarn <[email protected]>
Fix #1967 Add auto mode for start/end of week

github.com/briannesbitt/Carbon - b8ac42f1395260acb9891bb33d8f35aed770f720 authored over 4 years ago by KyleKatarn <[email protected]>
Update PHPDoc

github.com/briannesbitt/Carbon - b7eeac3b7a68308ad1e7c13e545a80ff5e35ce64 authored over 4 years ago by KyleKatarn <[email protected]>
Update PHPDoc

github.com/briannesbitt/Carbon - 7e89e9b4cffb49670a29e7ed1eac97c2cbc7485b authored over 4 years ago by KyleKatarn <[email protected]>