intersvyaz / yii2-xhprof
xhprof panel for Yii2 debug module
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 9
Type:yii2-extension
Requires
- ext-xhprof: *
- yiisoft/yii2: *
- yiisoft/yii2-debug: *
Suggests
- ext-xhprof: Xhprof PHP profiler
This package is auto-updated.
Last update: 2024-10-08 06:37:57 UTC
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 intersvyaz/yii2-xhprof
add panel to your debug module configuration
'modules' => [
'debug' => [
'panels' => [
'xhprof' => ['class' => \intersvyaz\xhprof\panels\XhprofPanel::class],
],
],
],
Usage
soon ;)