noiselabs / zf-debug-utils
WebUI and Console commands for debugging ZF2 apps
Installs: 78 086
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 4
Requires
- php: ^5.5 || ^7.0
- rwoverdijk/assetmanager: ^1.6
- zendframework/zend-console: ^2.3
- zendframework/zend-modulemanager: ^2.3
- zendframework/zend-mvc: ^2.3
- zendframework/zend-servicemanager: >=2.3 <2.8
- zendframework/zend-view: ^2.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.11
- phpunit/phpunit: ^3.7 || ^4.0
- zendframework/zend-i18n: ^2.3
- zendframework/zend-log: ^2.3
- zendframework/zend-serializer: ^2.3
- zendframework/zend-test: ^2.3
This package is auto-updated.
Last update: 2024-10-11 14:34:32 UTC
README
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.