This repository has moved to laminas/laminas-developer-tools.
Module providing debug tools for use with zend-mvc applications.
-
Install the module via composer by running:
$ composer require --dev zendframework/zend-developer-tools
or download it directly from github and place it in your application's
module/
directory. -
Add the
ZendDeveloperTools
module to the module section of yourconfig/application.config.php
. Starting with version 1.1.0, if you are using zend-component-installer, this will be done for you automatically. -
Copy
./vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist
to./config/autoload/zenddevelopertools.local.php
. Change any settings in it according to your needs.
- BjyProfiler - profile
Zend\Db
queries - OcraServiceManager - track dependencies within your application
- SanSessionToolbar - preview
Zend\Session
data - ZfSnapEventDebugger - debug events from
Zend\EventManager
- DoctrineORMModule - profile
DoctrineORM
queries - JhuZdtLoggerModule - log data from
Zend\Log
- aist-git-tools - informations about current GIT repository