nicmart/benchmark
Composer 安装命令:
composer require nicmart/benchmark
包简介
A framework for benchmarking php code.
README 文档
README
A framework for benchmarking php code.
In early stage of development. Stay tuned.
Install
The best way to install FixedSizeEngine is through composer.
Just create a composer.json file for your project:
{
"require": {
"nicmart/benchmark": "dev-master"
}
}
Then you can run these two commands to install it:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
or simply run composer install if you have have already installed the composer globally.
Then you can include the autoloader, and you will have access to the library classes:
<?php require 'vendor/autoload.php';
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-01