zendframework/zend-developer-tools

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-developer-tools package instead.

Module for developer and debug tools for use with zend-mvc applications.

2.0.0 2019-12-26 21:58 UTC

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-developer-tools.

Build Status Coverage Status

Module providing debug tools for use with zend-mvc applications.

Installation

  1. 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.

  2. Add the ZendDeveloperTools module to the module section of your config/application.config.php. Starting with version 1.1.0, if you are using zend-component-installer, this will be done for you automatically.

  3. 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.

Extensions