parktrip / zf-debug-utils

Console commands and other utilities for debugging ZF2 apps

Home Page:https://zf-debug-utils.readthedocs.io/en/latest/getting-started.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noiselabs ZfDebugModule

Join the chat at https://gitter.im/noiselabs/zf-debug-utils Build Status Code Coverage Scrutinizer Code Quality

WebUI and Console commands for debugging ZF2 apps.

Installation

Install the package via Composer:

composer require noiselabs/zf-debug-utils

Then enable this module by adding it to application.config.php.

<?php
'modules' => [
    'Noiselabs\ZfDebugModule',
],

Documentation

Documentation is available on Read the Docs: https://zf-debug-utils.readthedocs.org/

License

This library is licensed under the MIT License. See the LICENSE file for details.

Authors

Vítor Brandão - vitor@noiselabs.io ~ twitter.com/noiselabs ~ https://noiselabs.io

See also the list of contributors who participated in this project.

Submitting bugs and feature requests

Bugs and feature requests are tracked on GitHub.

About

Console commands and other utilities for debugging ZF2 apps

https://zf-debug-utils.readthedocs.io/en/latest/getting-started.html

License:MIT License


Languages

Language:PHP 84.4%Language:HTML 10.6%Language:CSS 2.3%Language:JavaScript 2.1%Language:Shell 0.6%