ebidtech / ebdate
EBDate
Installs: 10 645
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 15
Forks: 2
Open Issues: 0
Requires
- php: >=5.3
Requires (Dev)
- jms/serializer: 0.14.0
- phpmd/phpmd: ~1.5.0
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: 1.5.*
This package is not auto-updated.
Last update: 2024-11-05 02:53:34 UTC
README
Simple wrapper around DateTime.
Requirements
- PHP >= 5.3
Installation
The recommended way to install is through composer.
Just create a composer.json
file for your project:
{ "require": { "ebidtech/ebdate": "@stable" } }
Tip: browse ebidtech/ebdate
page to choose a stable version to use, avoid the @stable
meta constraint.
And run these two commands to install it:
$ curl -sS https://getcomposer.org/installer | php
$ composer install
Now you can add the autoloader, and you will have access to the library:
<?php require 'vendor/autoload.php';
Usage
Have a look on tests as example.
Contributing
See CONTRIBUTING file.
Credits
- Ebidtech developer team, EBDate Lead developer Eduardo Oliveira (eduardo.oliveira@ebidtech.com).
- All contributors
License
EBDate library is released under the MIT License. See the bundled LICENSE file for details.