noiselabs / zf-debug-utils
用于调试 ZF2 应用的 WebUI 和控制台命令
0.3.1
2017-01-25 14:26 UTC
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-09-11 14:17:16 UTC
README
用于调试 ZF2 应用的 WebUI 和控制台命令。
安装
通过 Composer 安装此包
composer require noiselabs/zf-debug-utils
然后通过将其添加到 application.config.php
中来启用此模块。
<?php 'modules' => [ 'Noiselabs\ZfDebugModule', ],
文档
文档可在 Read the Docs 上找到:https://zf-debug-utils.readthedocs.org/
许可证
此库受 MIT 许可证许可。有关详细信息,请参阅 LICENSE 文件。
作者
Vítor Brandão - vitor@noiselabs.io ~ twitter.com/noiselabs ~ https://noiselabs.io
还可以查看参与此项目的贡献者列表。
提交错误和功能请求
错误和功能请求在 GitHub 上跟踪。