Download the PHP package proprietes-privees/zend-developer-tools without Composer
On this page you can find all versions of the php package proprietes-privees/zend-developer-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download proprietes-privees/zend-developer-tools
More information about proprietes-privees/zend-developer-tools
Files in proprietes-privees/zend-developer-tools
Package zend-developer-tools
Short Description Module for developer and debug tools for working with the ZF2 MVC layer.
License BSD-3-Clause
Informations about the package zend-developer-tools
Zend Developer Tools
Module providing debug tools for working with the Zend Framework 2 MVC layer.
Installation
-
Install the module via composer by running:
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
- 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. -
If server version of PHP is lower than 5.4.0 add the following in your
index.php
:Note: The displayed execution time in the toolbar will be highly inaccurate if you don't define
REQUEST_MICROTIME
in PHP < 5.4.0.
If you wish to profile Zend\Db
queries, you will have to install and enable
BjyProfiler.
All versions of zend-developer-tools with dependencies
zendframework/zend-mvc Version 2.*
zendframework/zend-eventmanager Version 2.*
zendframework/zend-stdlib Version 2.*
zendframework/zend-servicemanager Version 2.*
zendframework/zend-version Version 2.*
zendframework/zend-debug Version 2.*