sjoorm / yii2-xhprof
Simple Yii2 XHProf extension
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: 2.0.*
This package is not auto-updated.
Last update: 2025-04-26 20:56:30 UTC
README
Simple Yii2 XHProf extension
Usage:
return [ 'components' => [ // ... 'xhprof' => [ 'class' => 'sjoorm\yii\extensions\XHProf', 'namespace' => 'my-project-1', 'host' => 'http://xhprof.local', 'includeLibrary' => '/usr/local/Cellar/php56-xhprof/254eb24/xhprof_lib/utils/xhprof_lib.php', 'includeRuns' => '/usr/local/Cellar/php56-xhprof/254eb24/xhprof_lib/utils/xhprof_runs.php', ], // ... ], 'bootstrap' => [ 'xhprof', ], ];