zeptech/utility
Composer 安装命令:
composer require zeptech/utility
包简介
Various helpful functionality for PHP
README 文档
README
Reed is a collection of useful utility functionality.
Reed requires PHP >= 5.3.0
Install
- Install composer
- Create composer.json or add to existing: { "require": { "zeptech\utility": "1.x" } }
- Run
$ composer install - Add
require_once 'vendor/autoload.php';to your common script.
Tests:
- Install composer
$ composer install --dev$ vendor/bin/phpunit test/
Api:
- Install PHP Doctor
- From root directory of Reed installation issue command:
$ phpdoc phpdoc.ini
This will generate a set of API Pages in /reed/api
统计信息
- 总下载量: 248
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2013-03-01