2017 © Pedro Peláez
 

yii2-extension yii2-debug-xhprof

xhprof panel for Yii2 debug module

image

trntv/yii2-debug-xhprof

xhprof panel for Yii2 debug module

  • Thursday, October 16, 2014
  • by trntv
  • Repository
  • 6 Watchers
  • 11 Stars
  • 3,908 Installations
  • PHP
  • 1 Dependents
  • 5 Suggesters
  • 10 Forks
  • 6 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

Yii2 debug xhprof panel

xhprof panel for Yii2 debug module, (*1)

IMPORTANT

This is an early prototype, it is working, but pretty ugly. Contribute to it, to make it more pretty and awesome., (*2)

Installation

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'
            ]
        ]
    ]
    ...
]

Usage

soon ;), (*8)

The Versions

16/10 2014

dev-master

9999999-dev

xhprof panel for Yii2 debug module

  Sources   Download

MIT

The Requires

 

by Eugine Terentev

extension yii2 panel xhprof yii2-debug