Giter Site home page Giter Site logo

xuchenfusacq / zenddevelopertools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zendframework/zend-developer-tools

0.0 2.0 0.0 621 KB

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

Home Page: http://framework.zend.com/zf2

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

PHP 68.72% HTML 24.14% CSS 4.09% JavaScript 3.04%

zenddevelopertools's Introduction

Zend Developer Tools

Build Status

Module providing debug tools for working with the Zend Framework 2 MVC layer.

Installation

  1. Install the module via composer by running:

    composer require zendframework/zend-developer-tools:dev-master

    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

  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.

  4. If server version of PHP is lower than 5.4.0 add the following in your index.php:

    define('REQUEST_MICROTIME', microtime(true));

    Note: The displayed execution time in the toolbar will be highly inaccurate if you don't define REQUEST_MICROTIME in PHP < 5.4.0.

Extensions

zenddevelopertools's People

Contributors

ocramius avatar evandotpro avatar coss avatar samsonasik avatar snapshotpl avatar weierophinney avatar maks3w avatar b-durand avatar moderndeveloperllc avatar freeaqingme avatar thadafinser avatar localheinz avatar moura137 avatar roman-1983 avatar veewee avatar fabiankoestring avatar seyfer avatar keeper-vit avatar hickeroar avatar dawinterfeldt avatar bjyoungblood avatar kk0nstantin avatar xemlock avatar sasezaki avatar remithomas avatar neoglez avatar mpalourdio avatar kabushi avatar runphp avatar dkemper avatar

Watchers

James Cloos avatar Xuchen ZHANG avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.