2017 © Pedro Peláez
 

yii2-extension yii2-debug-xhprof

xhprof panel for Yii2 debug module

image

dimabdc/yii2-debug-xhprof

xhprof panel for Yii2 debug module

  • Thursday, December 10, 2015
  • by dimabdc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % 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 dimabdc/yii2-debug-xhprof "*"

or add, (*5)

"dimabdc/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'=>'\dimabdc\debug\xhprof\panels\XhprofPanel'
            ]
        ]
    ]
    ...
]

Usage

soon ;), (*8)

The Versions

10/12 2015

dev-master

9999999-dev

xhprof panel for Yii2 debug module

  Sources   Download

MIT

The Requires

 

by Eugine Terentev

extension yii2 panel xhprof yii2-debug

10/12 2015

1.0.3

1.0.3.0

xhprof panel for Yii2 debug module

  Sources   Download

MIT

The Requires

 

by Eugine Terentev

extension yii2 panel xhprof yii2-debug

09/12 2015

1.0.1

1.0.1.0

xhprof panel for Yii2 debug module

  Sources   Download

MIT

The Requires

 

by Eugine Terentev

extension yii2 panel xhprof yii2-debug

09/12 2015

1.0.2

1.0.2.0

xhprof panel for Yii2 debug module

  Sources   Download

MIT

The Requires

 

by Eugine Terentev

extension yii2 panel xhprof yii2-debug

09/12 2015

1.0

1.0.0.0

xhprof panel for Yii2 debug module

  Sources   Download

MIT

The Requires

 

by Eugine Terentev

extension yii2 panel xhprof yii2-debug