zendframework / zend-developer-tools

Module for developer and debug tools for working with the ZF2 MVC layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zend Developer Tools

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

About

Module for developer and debug tools for working with the ZF2 MVC layer.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 68.9%Language:HTML 23.8%Language:CSS 4.1%Language:JavaScript 3.2%