skpd / profiler-toolbar
Profiler toolbar for Zend Developer Tools
dev-master
2014-03-26 07:08 UTC
Requires
- php: >=5.4.0
- ext-xhprof: >=0.9.2
- zendframework/zend-developer-tools: >=0.0.2
- zendframework/zendframework: >=2.2.0
This package is not auto-updated.
Last update: 2025-03-10 17:11:28 UTC
README
Introduction
Skpd\ProfilerToolbar is a module for Zend Framework 2, that adds profiler to the Zend Developer Tools.
Requirements
- Zend Framework 2 (2.2.*)
- Zend Developer Tools 0.0.2
- Xhprof
Installation
With composer
-
Add this project in your composer.json:
"require": { "skpd/profiler-toolbar": "dev-master" }
Post installation
-
Enable it in your
application.config.php
file.return array( 'modules' => array( 'Skpd\ProfilerToolbar', // ... ), );