A library that implements the php-model-datetime-interface package
A library that implements the php-model-datetime-interface package
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-model-datetime-object": "~1"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
MIT (See license file).