php-extended/php-model-datetime-object

A library that implements the php-model-datetime-interface package


Keywords
php, time, date, model, datetime, timestamp, relational, modelisation
License
MIT

Documentation

php-model-datetime-object

A library that implements the php-model-datetime-interface package

Installation

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.

License

MIT (See license file).