skpd / profiler-toolbar
Profiler toolbar for Zend Developer Tools
Installs: 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 2
Forks: 3
Open Issues: 1
pkg:composer/skpd/profiler-toolbar
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-10-06 20:08:54 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', // ... ), );