WebUI and Console commands for debugging ZF2 apps.
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 is available on Read the Docs: https://zf-debug-utils.readthedocs.org/
This library is licensed under the MIT License. See the LICENSE file for details.
Vítor Brandão - [email protected] ~ twitter.com/noiselabs ~ https://noiselabs.io
See also the list of contributors who participated in this project.
Bugs and feature requests are tracked on GitHub.