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

This package is auto-updated.

Last update: 2023-11-18 01:46:02 UTC


README

Build Status Scrutinizer Code Quality Author GitHub license

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.