jaeger-app / date-time
This package is abandoned and no longer maintained.
No replacement package was suggested.
An abstraction for handling dates and times.
0.1
2016-04-20 03:49 UTC
Requires
- php: >=5.4.0
- mpratt/relativetime: ^1.5
- nesbot/carbon: ~1.14
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2023-11-18 01:46:02 UTC
README
A Trait for handling dates and times without killing yourself.
Installation
Add jaeger-app/date-time
as a requirement to your composer.json
:
$ composer require jaeger-app/date-time
Implementation
Since JaegerApp\Traits\DateTime
is a Trait you just attach it to existing objects like any other PHP Trait (with the use DateTime
statement.