2017 © Pedro Peláez
 

yii2-extension yii2-xhprof

Simple Yii2 XHProf extension

image

sjoorm/yii2-xhprof

Simple Yii2 XHProf extension

  • Monday, July 27, 2015
  • by sjoorm
  • Repository
  • 2 Watchers
  • 1 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

yii2-xhprof

Simple Yii2 XHProf extension, (*1)

Usage:, (*2)

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',
    ],
];

The Versions

27/07 2015

dev-master

9999999-dev

Simple Yii2 XHProf extension

  Sources   Download

MIT

The Requires

 

extension yii2 optimization profiling xhprof

27/07 2015

1.0.0

1.0.0.0

Simple Yii2 XHProf extension

  Sources   Download

MIT

The Requires

 

extension yii2 optimization profiling xhprof