dev-master
9999999-devxhprof panel for Yii2 debug module
MIT
The Requires
by Eugine Terentev
extension yii2 panel xhprof yii2-debug
xhprof panel for Yii2 debug module
xhprof panel for Yii2 debug module, (*1)
This is an early prototype, it is working, but pretty ugly. Contribute to it, to make it more pretty and awesome., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist trntv/yii2-debug-xhprof "*"
or add, (*5)
"trntv/yii2-debug-xhprof": "*"
to the require section of your composer.json
file., (*6)
add panel to your debug module configuration, (*7)
'modules'=>[ ... 'debug'=>[ ... 'panels'=>[ ... 'xhprof'=>[ 'class'=>'\trntv\debug\xhprof\panels\XhprofPanel' ] ] ] ... ]
soon ;), (*8)
xhprof panel for Yii2 debug module
MIT
extension yii2 panel xhprof yii2-debug