goodby/time-zone
最新稳定版本:1.0.1
Composer 安装命令:
composer require goodby/time-zone
包简介
README 文档
README
What is TimeZone?
editing...
Requirements
editing...
Installation
Install composer in your project:
curl -s http://getcomposer.org/installer | php
Create a composer.json file in your project root:
{
"require": {
"goodby/time-zone": "*"
}
}
Install via composer:
php composer.phar install
License
TimeZone is open-sourced software licensed under the MIT License - see the LICENSE file for details
Documentation
editing...
Contributing
Checkout master source code from github:
hub clone goodby/time-zone
Install develpment components via composer:
# 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.
Run phpunit:
./vendor/bin/phpunit
Coding Standard
We follows coding standard PSR-2.
Check if your codes follows PSR-2 by phpcs:
./vendor/bin/phpcs --standard=PSR2 src/
Acknowledgement
This project was automatically generated by "Goodby Setup".
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-16