trntv/yii2-debug-xhprof
Composer 安装命令:
composer require trntv/yii2-debug-xhprof
包简介
xhprof panel for Yii2 debug module
README 文档
README
xhprof panel for Yii2 debug module
IMPORTANT
This is an early prototype, it is working, but pretty ugly. Contribute to it, to make it more pretty and awesome.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist trntv/yii2-debug-xhprof "*"
or add
"trntv/yii2-debug-xhprof": "*"
to the require section of your composer.json file.
add panel to your debug module configuration
'modules'=>[
...
'debug'=>[
...
'panels'=>[
...
'xhprof'=>[
'class'=>'\trntv\debug\xhprof\panels\XhprofPanel'
]
]
]
...
]
Usage
soon ;)
统计信息
- 总下载量: 15.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 6
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-14