Skpd\ProfilerToolbar is a module for Zend Framework 2, that adds profiler to the Zend Developer Tools.
- Zend Framework 2 (2.2.*)
- Zend Developer Tools 0.0.2
- Xhprof
-
Add this project in your composer.json:
"require": { "skpd/profiler-toolbar": "dev-master" }
-
Enable it in your
application.config.php
file.return array( 'modules' => array( 'Skpd\ProfilerToolbar', // ... ), );