longman/profiler-library
最新稳定版本:0.2.5
Composer 安装命令:
composer require longman/profiler-library
包简介
PHP profiler library
关键字:
README 文档
README
Profiler Library for debugging PHP applications.
Introduction
TBD
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json file to require
longman/profiler-library.
Create composer.json file:
{ "name": "yourproject/yourproject", "type": "project", "require": { "php": ">=5.3.0", "longman/profiler-library": "*" } }
And run composer update
Or run a command in your command line:
composer require longman/profiler-library
This code is available on Github. Pull requests are welcome.
Troubleshooting
If you like living on the edge, please report any bugs you find on the PHP Profiler Library issues page.
Contributing
See CONTRIBUTING.md for information.
Credits
Credit list in CREDITS
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-05