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 pull request #65 from lucasmichot/feature/average

Add average function

github.com/briannesbitt/Carbon - 51bc5af0939ed656b9866476314b83cc84d4d483 authored about 11 years ago by Brian Nesbitt <[email protected]>
Add average function

github.com/briannesbitt/Carbon - 54e3616b6d01f747dbaceb5b6403ba74ded5f066 authored about 11 years ago by Lucas <[email protected]>
Also update readme

github.com/briannesbitt/Carbon - 0d6692ae9db0cf2316572517564881d9185be409 authored about 11 years ago by Lucas <[email protected]>
Add start/end of year/decace/century functions

Close and replace PR https://github.com/briannesbitt/Carbon/pull/63

github.com/briannesbitt/Carbon - 91cd9b586337c54f30781c14faf12d188e57197f authored about 11 years ago by Lucas <[email protected]>
Add startOfYear() and endOfYear() functions

github.com/briannesbitt/Carbon - 3724b279f8c0309fe540054ecdd7f08c7cc09475 authored about 11 years ago by Lucas <[email protected]>
Fixed "Cannot access property ::$toStringFormat" when extending Carbon and type juggling to a string occurs. Added supporting test.

github.com/briannesbitt/Carbon - b0450b539d1567b2acee6467b6b323a8547b5559 authored about 11 years ago by Brian Nesbitt <[email protected]>
Updated readme and history

github.com/briannesbitt/Carbon - 64c0192173e78ad405411f16d3c1a699386d882c authored about 11 years ago by Brian Nesbitt <[email protected]>
Added resetToStringFormat()

github.com/briannesbitt/Carbon - 51117f07b3c333ebe70b982cbb013f1edc0bba36 authored about 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #60 from semalead/optimization/clean-comments

Fix some comments and psr EOL

github.com/briannesbitt/Carbon - f3eb2987b8fd7e5956f63baba9e777a148764315 authored about 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #61 from cviebrock/master

Static default __toString format

github.com/briannesbitt/Carbon - 4ceedbf70f489153759e7c95286b3a6e9f0b4b6c authored about 11 years ago by Brian Nesbitt <[email protected]>
self -> static, thanks @anlutro

github.com/briannesbitt/Carbon - 13e9c519cd622e9fa284dca9afb1b9caeb1a550d authored about 11 years ago by Colin Viebrock <[email protected]>
You need PHPUnit for dev testing, so make it a dev requirement (?)

github.com/briannesbitt/Carbon - 4e0c849b608e6ae1bf1e3511a136a4654e38db3a authored about 11 years ago by Colin Viebrock <[email protected]>
update readme with setDefaultFormat() example

github.com/briannesbitt/Carbon - 5712ca0c1a4d98e13ca7d4bcb6cd8287835157e8 authored about 11 years ago by Colin Viebrock <[email protected]>
test for default format code

github.com/briannesbitt/Carbon - 1138c6cdacb8f013179fffb72289e452d8d2abbd authored about 11 years ago by Colin Viebrock <[email protected]>
default string format setter, fixes #55

github.com/briannesbitt/Carbon - 017d6b746d35f9923468fd57952349f0702db884 authored about 11 years ago by Colin Viebrock <[email protected]>
Leaves @return Carbon / @return self unchanged

github.com/briannesbitt/Carbon - 0c9a5235c8f833e2f612f6bd719350f426888872 authored about 11 years ago by Lucas <[email protected]>
Added history comment

github.com/briannesbitt/Carbon - de0effd7141ddeaa05fef0e674b978474e1270ef authored about 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #58 from semalead/optimization/getters

Optimize timezone getters

github.com/briannesbitt/Carbon - 202c8caa3fde12ed44747151ce766a45b6f0c82b authored about 11 years ago by Brian Nesbitt <[email protected]>
Fix some comments and psr EOL

github.com/briannesbitt/Carbon - 7f5aef1e14dcc08bbfa100a497673649c12c205e authored about 11 years ago by Lucas <[email protected]>
Optimize timezone getters

github.com/briannesbitt/Carbon - f8bfeeda0b5a1b84f4fab42323d6d760e58caa43 authored about 11 years ago by Lucas <[email protected]>
Updated history and readme

github.com/briannesbitt/Carbon - ec522dbbad9ede3d0410d939d934007e30f191b0 authored about 11 years ago by Brian Nesbitt <[email protected]>
Added utc getter

github.com/briannesbitt/Carbon - 362c1497fa87cfd5a404fc27380fb9b968455752 authored about 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #34 from dirkluijk/patch-1

Added weeks to diffForHumans

github.com/briannesbitt/Carbon - 52e4aa0049e720233c0f0b71f4c3f3b556f6abe3 authored about 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #44 from nicholas-eden/timezone-fix

Test Aid Fix

github.com/briannesbitt/Carbon - 3d97282193bbd4f9576405ba589c3eb72b21e61c authored about 11 years ago by Brian Nesbitt <[email protected]>
Changed local implementation to use already implemented offset.

github.com/briannesbitt/Carbon - 33345f9df7a5fcf5a5daf075a9d5f89cb328cf0c authored about 11 years ago by Brian Nesbitt <[email protected]>
Fix test

github.com/briannesbitt/Carbon - c095bd614c13516214b14c99a4513a2ffb9566d6 authored about 11 years ago by Brian Nesbitt <[email protected]>
Updated dst comment

github.com/briannesbitt/Carbon - c87ba73776ac02b6b37c1ecc15bddd6dda8ab888 authored about 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #50 from semalead/patch-3

Added $local, checks if the timezone is local

github.com/briannesbitt/Carbon - 89ffee794423db5d0030e14908996c27683b704e authored about 11 years ago by Brian Nesbitt <[email protected]>
Tests for $local

github.com/briannesbitt/Carbon - 7a018c0f8aff2abcddfd1dba55f3ca84629e4a75 authored about 11 years ago by Lucas <[email protected]>
Added $local, checks if the timezone is local

github.com/briannesbitt/Carbon - 5fa0c4abd7111ba62f78e03ee94eee75e1dc528a authored about 11 years ago by Lucas <[email protected]>
changed test aid to account for different time zones

github.com/briannesbitt/Carbon - 7ba625191a2f7f2a76a22376d3fd81f01c55eb25 authored over 11 years ago by Nicholas Eden <[email protected]>
Fixed up readme (cleared test now mock) and added a few gotchas.

github.com/briannesbitt/Carbon - 06f0b8a99a90c5392ceccb09b75b74ff6c08ec07 authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #38 from nicholas-eden/master

Add test aid for relative terms

github.com/briannesbitt/Carbon - ca70fce1c9a61e8bff8640f06bee4f7a944f7234 authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #42 from semalead/docblocks

Add @throws to docblocks

github.com/briannesbitt/Carbon - 6a8b7fdac9e9825b5c713b23bbc65b89fb422be9 authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #41 from semalead/unused-var

removed unused var

github.com/briannesbitt/Carbon - d16cbd384e2ba6487957aa74ee71b4bd9d82da07 authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #40 from semalead/own-format-constant

Replace Datetime:: with self:: & static::

github.com/briannesbitt/Carbon - 7640c09f8cb23165c8fa749c6554188b62845b49 authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #39 from semalead/diff-functions

Shorter diff functions

github.com/briannesbitt/Carbon - 2ea5a981f0904e99408f1d95931e5606e15b6997 authored over 11 years ago by Brian Nesbitt <[email protected]>
removed unused var

github.com/briannesbitt/Carbon - ad7a79298cbce87ea33bc82e56fb7608265e85b5 authored over 11 years ago by Lucas <[email protected]>
Add @throws to docblocks

github.com/briannesbitt/Carbon - 1c9f9abcd121e54c7d54e2eaed1e029c9d97aace authored over 11 years ago by Lucas <[email protected]>
Replace Datetime:: with self:: & static::

github.com/briannesbitt/Carbon - 5ecfca80871c238fc0e0e7527e60600239d77148 authored over 11 years ago by Lucas <[email protected]>
Shorter diff functions

shorter and more simple

github.com/briannesbitt/Carbon - cbc75b75d57f81c452c8605c8b7323caafe41227 authored over 11 years ago by Lucas <[email protected]>
i commit way too soon

github.com/briannesbitt/Carbon - afe75f1729dc5c9a0583a8ab3a8a911b3ec9ecc3 authored over 11 years ago by Nicholas Eden <[email protected]>
this should cover everything

github.com/briannesbitt/Carbon - 383c10e50d36aee0bf01815fefc3af963ec0c6cb authored over 11 years ago by Nicholas Eden <[email protected]>
trim the whitespace

github.com/briannesbitt/Carbon - 3366b9aa8653e6013d673c5bcdedaa27acda01f3 authored over 11 years ago by Nicholas Eden <[email protected]>
php datetime apparently sets the time to midnight with relative dates, switched to new found modify method

github.com/briannesbitt/Carbon - cf84396e1e1ef37fd52a58139105d58e53125776 authored over 11 years ago by Nicholas Eden <[email protected]>
fixed readme...

github.com/briannesbitt/Carbon - 959940383ebc2645de6fca18943cd3eb6961d682 authored over 11 years ago by Nicholas Eden <[email protected]>
updated readme

github.com/briannesbitt/Carbon - 47c879bdcf473b893995c729c58080a3be349d0f authored over 11 years ago by Nicholas Eden <[email protected]>
added unit tests for this

github.com/briannesbitt/Carbon - ad97e340ec7a0b054c8d922afc6eefa81728ac5e authored over 11 years ago by Nicholas Eden <nicholas@nicholas-GA-78LMT-S2P.(none)>
all tests work

github.com/briannesbitt/Carbon - bd5c79a1c3d3547d49a653c9ae4e259ad21a7d91 authored over 11 years ago by Nicholas Eden <nicholas@nicholas-GA-78LMT-S2P.(none)>
added time test

github.com/briannesbitt/Carbon - 54b25df734e38d3780d5262e4e96e6d76c4bb274 authored over 11 years ago by Nicholas Eden <[email protected]>
added unit tests

github.com/briannesbitt/Carbon - 7766510b0d4542700de593558fee55ef8b51b5aa authored over 11 years ago by Nicholas Eden <[email protected]>
fixed some syntax errors

github.com/briannesbitt/Carbon - 2d6197aac3631598ad3c9a285d955d439b83ea0d authored over 11 years ago by Nicholas Eden <[email protected]>
added test aid for relative dates

github.com/briannesbitt/Carbon - b9188951af08bdead5331459af1fd6096d81fed1 authored over 11 years ago by Nicholas Eden <[email protected]>
Added tests for humanDiff weeks.

github.com/briannesbitt/Carbon - 321855505a5b84a473f42fd4474ab7f84c1a392a authored over 11 years ago by Dirk Luijk <[email protected]>
Changed diff weeks to have 4 weeks = 1 month

github.com/briannesbitt/Carbon - 294f821781e5fd51e288dd58a84a542886310185 authored over 11 years ago by Dirk Luijk <[email protected]>
Reindented lines

github.com/briannesbitt/Carbon - e3c14554a213bb38b20e470bfae2941910ed267d authored over 11 years ago by Dirk Luijk <[email protected]>
Added diff tests for boundary cases

github.com/briannesbitt/Carbon - 84d8350b171f84848f2e04600a9fea766267485f authored over 11 years ago by Dirk Luijk <[email protected]>
Added weeks to diffForHumans

github.com/briannesbitt/Carbon - 15b3a9271762445e541bf90fdfe045d675636c60 authored over 11 years ago by Dirk Luijk <[email protected]>
Merge pull request #33 from dirkluijk/patch-1

Updated formatLocalized to be more OS independent

github.com/briannesbitt/Carbon - e5309d1b4ea5cc2bb9b28bdcd3cfb45c5e2d2aaa authored over 11 years ago by Brian Nesbitt <[email protected]>
Missing another @return

github.com/briannesbitt/Carbon - ff61219929f3dbe91048cdfab66f81bb8874630b authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge pull request #31 from skrabadiloseidon/master

Carbon::parse PHPDoc @return added

github.com/briannesbitt/Carbon - 3a452d6dd195aac3e1041ab0577d4efaf557411d authored over 11 years ago by Brian Nesbitt <[email protected]>
Updated formatLocalized to be more OS independent

It would be great if the user won't need to check whether to use the %e modifier or the %#d modi...

github.com/briannesbitt/Carbon - ea7b4d0c902ef955eb52accb4f5982ee8f133a90 authored over 11 years ago by Dirk Luijk <[email protected]>
Carbon::parse PHPDoc @return added

github.com/briannesbitt/Carbon - 51f9c39cd23ed3239c6786b68fc4463f620048ef authored over 11 years ago by skrabadiloseidon <[email protected]>
Released 1.3.0

github.com/briannesbitt/Carbon - 24c4262e994f7f2a258db5ccb5b2f34073f162ca authored over 11 years ago by Brian Nesbitt <[email protected]>
regenerate docs

github.com/briannesbitt/Carbon - 38367bfca1bbfd37d07c25c07dda314305b96bd3 authored over 11 years ago by Brian Nesbitt <[email protected]>
Updated documentation !!

github.com/briannesbitt/Carbon - e555262524e44bdf35e7576e7b178ea36b194516 authored over 11 years ago by Brian Nesbitt <[email protected]>
Added default value for parse() parameter.

github.com/briannesbitt/Carbon - 1e03980421983469117ee7e295c9b1b8fa9cf06d authored over 11 years ago by Brian Nesbitt <[email protected]>
Be more specific in the comment.

github.com/briannesbitt/Carbon - bfabf7c397090f594bf9ae01c7df5d5c9e045c76 authored over 11 years ago by Brian Nesbitt <[email protected]>
Check for blank string and use test value if set.

github.com/briannesbitt/Carbon - 1d413e14aedcf3bc6bccc31e2afc7adf8d9e3f61 authored over 11 years ago by Brian Nesbitt <[email protected]>
Added static parse() for improved fluent syntax (alias for ctor).

github.com/briannesbitt/Carbon - 933dfca993c151211b4a60213f4c33f4bb6547cc authored over 11 years ago by Brian Nesbitt <[email protected]>
Fixed tests... the boolean was being passed to the wrong function.

github.com/briannesbitt/Carbon - 815093d957d0cd2842a6d4cb96bed0824194f0f7 authored over 11 years ago by Brian Nesbitt <[email protected]>
Added 3rd param doc. Use a temp var for the swap as its more obvious and faster.

github.com/briannesbitt/Carbon - 837cafaf9185882828c9c34fbd849e1238aa37c6 authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge branch 'patch-6' of https://github.com/semalead/Carbon into semalead-between

github.com/briannesbitt/Carbon - 3c9a225277c3ae0613277cc89ba6d61cfb89e3c1 authored over 11 years ago by Brian Nesbitt <[email protected]>
Use the modify() for weekdays as well.

github.com/briannesbitt/Carbon - b97f9eb32ee838e70ab4d3cbb77aae31821d477c authored over 11 years ago by Brian Nesbitt <[email protected]>
Don't need the abs() call since it does that by default.

github.com/briannesbitt/Carbon - fcec312e5a0515f95852809a3c7792ccfa6aea6b authored over 11 years ago by Brian Nesbitt <[email protected]>
Updated tests to test false

github.com/briannesbitt/Carbon - da3a3ca3929c1463fe4b5f3fec0519bdf3f3e80e authored over 11 years ago by Lucas <[email protected]>
Added tests for between comparaison

github.com/briannesbitt/Carbon - 2c189fb3635d4f9d9d26b82da908fdac41d3f836 authored over 11 years ago by Lucas <[email protected]>
Add function between

github.com/briannesbitt/Carbon - 3005494e204a1cb13742a99d6613d84a7ce9b418 authored over 11 years ago by Lucas <[email protected]>
Small fix ton ensure diffinseconds truncation test

github.com/briannesbitt/Carbon - c8f6b2245b41f0b204b4bbc871f94192d2f82bee authored over 11 years ago by Lucas <[email protected]>
No more need of Dateinterval

With a minor change less code, more readable and no more need of Dateinterval

github.com/briannesbitt/Carbon - bc588da3a3aab834f7bd8503b5a480fc33a70864 authored over 11 years ago by Lucas <[email protected]>
Added function processInterval

This function is used by addYears, addMonths, addWeeks, addDays, addHours, addMinutes & addSeconds

github.com/briannesbitt/Carbon - 860301faa62d4c4123ef38bf81d3120c3438e051 authored over 11 years ago by Lucas <[email protected]>
Commented out localization test until we can do it in travis.

github.com/briannesbitt/Carbon - a3138b98bd3699e79969b30966489b4711b297d9 authored over 11 years ago by Brian Nesbitt <[email protected]>
Fix braces.

github.com/briannesbitt/Carbon - 2f0a2c86651ce379c1892d5c4e7c0612397eddcd authored over 11 years ago by Brian Nesbitt <[email protected]>
Fixed test, augmented comment and added to the history.

github.com/briannesbitt/Carbon - d9bece6b44134119c379b7e9681eeafa5cf0a5b1 authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge branch 'patch-1' of https://github.com/Anahkiasen/Carbon into Anahkiasen-multilang

github.com/briannesbitt/Carbon - ee51ed9ee4c398d6c1c8d7d30309242eae0991dd authored over 11 years ago by Brian Nesbitt <[email protected]>
Being a little more specific to ensure the time is also updated. Unnecessary unless you ran this test at precisely 00:00:00 which is possible.

github.com/briannesbitt/Carbon - 525950c37b147c43b214b62053930a1804cd9634 authored over 11 years ago by Brian Nesbitt <[email protected]>
Updated comment to be more specific about which day is the start and end according to ISO-8601.

github.com/briannesbitt/Carbon - 6e22dd0602e9c78d347c3d8bafbe894ba10f60c8 authored over 11 years ago by Brian Nesbitt <[email protected]>
Moved what I think are modifier methods to the right section.

github.com/briannesbitt/Carbon - 54aed8658045ee6970f980e89d843facd7082f8f authored over 11 years ago by Brian Nesbitt <[email protected]>
Merge branch 'master' of https://github.com/travisjryan/Carbon into travisjryan-master

github.com/briannesbitt/Carbon - cc1c4352f29160d2dd46a2135c4daebc6f2e0aef authored over 11 years ago by Brian Nesbitt <[email protected]>
Updating week date modifier methods to use ISO-8601. Monday is 1st day of week. Majority standard

github.com/briannesbitt/Carbon - 3eefc5b5d80cc64bafe7a9fa66e2cfc677dde94a authored over 11 years ago by Your Name <[email protected]>
Add missing test

github.com/briannesbitt/Carbon - 7ac7b7a6783e2eeba75e0fa091263c4c3ce29e3b authored over 11 years ago by Maxime Fabre <[email protected]>
Added diffInSeconds() improvement.

github.com/briannesbitt/Carbon - f334e7c58a3f80696c7b097726e2da9d196ca2e8 authored over 11 years ago by Brian Nesbitt <[email protected]>
Use the const already !

github.com/briannesbitt/Carbon - e6c6e462a227652bea8c8a8c243b8c46cd49c214 authored over 11 years ago by Brian Nesbitt <[email protected]>
Adding tests for Day Of Week Modifiers

github.com/briannesbitt/Carbon - 61548e83029842df83ea2e85df6b4cbea8e92754 authored over 11 years ago by tryan <[email protected]>
Added to day of week modifiers. startOfWeek() & endOfWeek()

github.com/briannesbitt/Carbon - 6e4c7445a3ba0c5d8d762dfa7507f6f9483ba1bf authored over 11 years ago by tryan <[email protected]>
Update Carbon.php

Really faster (no multiplication, no array explode operation) and easier diffInSeconds

github.com/briannesbitt/Carbon - 992e4ae006010df2bd3ba9358d1f95f1f5ae0587 authored over 11 years ago by Lucas <[email protected]>
Add Carbon::formatLocalized($format)

github.com/briannesbitt/Carbon - e77f87e5e19e0023c67f250b536fe35ff0f8cacd authored over 11 years ago by Maxime Fabre <[email protected]>
Added testing helpers to next release

github.com/briannesbitt/Carbon - 501fc9f22d366455c6ec33a9e398ac5f60ed61e2 authored over 11 years ago by Brian Nesbitt <[email protected]>
Added testing helpers. Specifically adds the ability to provide an instance (real or mock) when a now instance is being created.

github.com/briannesbitt/Carbon - 456168d6ac65c84394642f09831b7cb1415e3dfe authored over 11 years ago by Brian Nesbitt <[email protected]>
Fixing up docblocks.

github.com/briannesbitt/Carbon - c4bbc42b0a658ea6de8be6f375b68231f5fbf3a5 authored over 11 years ago by Brian Nesbitt <[email protected]>