dev-master
9999999-dev https://github.com/goodby/immutable-datetime
MIT
The Requires
- php >=5.3.2
The Development Requires
1.0.0
1.0.0.0 https://github.com/goodby/immutable-datetime
MIT
The Requires
- php >=5.3.2
The Development Requires
Wallogit.com
2017 © Pedro Peláez
This is a imutable datetime library., (*2)
Install composer in your project:, (*3)
curl -s http://getcomposer.org/installer | php
Create a composer.json file in your project root:, (*4)
{
"require": {
"goodby/immutable-datetime": "*"
}
}
Install via composer:, (*5)
php composer.phar install
ImmutableDatetime is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*6)
See unit test., (*7)
Checkout master source code from github:, (*8)
hub clone goodby/immutable-datetime
Install develpment components via composer:, (*9)
# If you don't have composer.phar ./scripts/bundle-devtools.sh . # If you have composer.phar composer.phar install --dev
We works under test driven development., (*10)
Run phpunit:, (*11)
./vendor/bin/phpunit
We follows coding standard PSR-2., (*12)
Check if your codes follows PSR-2 by phpcs:, (*13)
./vendor/bin/phpcs --standard=PSR2 src/
This project was automatically generated by "Goodby Setup"., (*14)
MIT
MIT