kwetal/dateutils
最新稳定版本:1.1.0
Composer 安装命令:
composer require kwetal/dateutils
包简介
A number of utility methods for handling date related operations, wrapped in a object-oriented interface
README 文档
README
A number of utility methods for handling date related operations, wrapped in a object-oriented interface
Installation
The recommended way to install DateUtils is through composer.
Just create a composer.json file for your project:
{
"require": {
"kwetal/dateutils": "dev-master"
}
}
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';
Unit tests
After installing, from the root project dir run
$ vendor/bin/phpunit
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-03