library profiler-toolbar
Profiler toolbar for Zend Developer Tools
skpd/profiler-toolbar
Profiler toolbar for Zend Developer Tools
- Wednesday, March 26, 2014
- by Skpd
- Repository
- 2 Watchers
- 11 Stars
- 186 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
, (*1)
, (*2)
Introduction
Skpd\ProfilerToolbar is a module for Zend Framework 2, that adds profiler to the Zend Developer Tools., (*3)
Requirements
Installation
With composer
-
Add this project in your composer.json:, (*4)
"require": {
"skpd/profiler-toolbar": "dev-master"
}
Post installation
-
Enable it in your application.config.php
file., (*5)
return array(
'modules' => array(
'Skpd\ProfilerToolbar',
// ...
),
);