TimeZone
, (*1)
What is TimeZone?
editing..., (*2)
Requirements
editing..., (*3)
Installation
Install composer in your project:, (*4)
curl -s http://getcomposer.org/installer | php
Create a composer.json file in your project root:, (*5)
{
"require": {
"goodby/time-zone": "*"
}
}
Install via composer:, (*6)
php composer.phar install
License
TimeZone is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*7)
Documentation
editing..., (*8)
Contributing
Checkout master source code from github:, (*9)
hub clone goodby/time-zone
Install develpment components via composer:, (*10)
# If you don't have composer.phar
./scripts/bundle-devtools.sh .
# If you have composer.phar
composer.phar install --dev
Unit Testing
We works under test driven development., (*11)
Run phpunit:, (*12)
./vendor/bin/phpunit
Coding Standard
We follows coding standard PSR-2., (*13)
Check if your codes follows PSR-2 by phpcs:, (*14)
./vendor/bin/phpcs --standard=PSR2 src/
Acknowledgement
This project was automatically generated by "Goodby Setup"., (*15)