zend-developer-tools
Tools
PHP
Zend Developer Tools
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-developer-tools.
Module providing debug tools for use with zend-mvc applications.
Installation
-
Install the module via composer by running:
$ composer require --dev zendframework/zend-developer-tools
<p> or download it directly from github and place it in your application’s <code>module/</code> directory. </li> <li> Add the <code>ZendDeveloperTools</code> module to the module section of your <code>config/application.config.php</code>.<br /> Starting with version 1.1.0, if you are using <a rel="nofollow noopener" target="_blank" href="https://docs.zendframework.com/zend-component-installer">zend-component-installer</a>,<br /> this will be done for you automatically. </li> <li> Copy <code>./vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist</code> to<br /> <code>./config/autoload/zenddevelopertools.local.php</code>. Change any settings in it<br /> according to your needs. </li></ol> <h2 dir="auto"> <a rel="nofollow noopener" target="_blank" id="user-content-extensions" class="anchor" aria-hidden="true" href="#extensions"></a>Extensions </h2> <ul dir="auto"> <li> BjyProfiler – profile <code>ZendDb</code> queries </li> <li> OcraServiceManager – track dependencies within your application </li> <li> SanSessionToolbar – preview <code>ZendSession</code> data </li> <li> ZfSnapEventDebugger – debug events from <code>ZendEventManager</code> </li> <li> DoctrineORMModule – profile <code>DoctrineORM</code> queries </li> <li> JhuZdtLoggerModule – log data from <code>ZendLog</code> </li> <li> aist-git-tools – informations about current GIT repository </li> </ul>