yiisoft / yii-debug-api
Yii Debug API
dev-master / 3.0.x-dev
2024-09-15 14:39 UTC
Requires
- php: ^8.1
- alexkart/curl-builder: ^1.0
- gitonomy/gitlib: ^1.3
- guzzlehttp/guzzle: ^7.5
- guzzlehttp/psr7: ^2.4
- httpsoft/http-message: ^1.1
- psr/container: ^2.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0|^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/simple-cache: ^2.0|^3.0
- symfony/process: ^5.4|^6.0
- yiisoft/aliases: ^3.0
- yiisoft/config: ^1.1
- yiisoft/data-response: ^2.0
- yiisoft/di: ^1.0
- yiisoft/friendly-exception: ^1.1
- yiisoft/http: ^1.2
- yiisoft/middleware-dispatcher: ^5.2
- yiisoft/router: ^3.0
- yiisoft/translator: ^3.0
- yiisoft/var-dumper: ^1.4
- yiisoft/yii-debug: dev-master
- yiisoft/yii-middleware: ^1.0
- zircote/swagger-php: ^4.0
Requires (Dev)
- codeception/codeception: ^5.0
- maglnet/composer-require-checker: ^4.2
- phpunit/phpunit: ^9.6
- rector/rector: ^1.0.0
- roave/infection-static-analysis-plugin: ^1.16
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^5.22
- yiisoft/active-record: dev-master
- yiisoft/assets: ^4.0
- yiisoft/csrf: ^2.0
- yiisoft/db: 1.2 as dev-master
- yiisoft/db-sqlite: ^1.0
- yiisoft/psr-dummy-provider: ^1.0
- yiisoft/router-fastroute: ^3.0
- yiisoft/test-support: ^3.0
- yiisoft/yii-cycle: dev-master
- yiisoft/yii-view: ^6.0
Suggests
- yiisoft/assets: Support custom debug panels
- yiisoft/yii-view: Support custom debug panels
This package is auto-updated.
Last update: 2024-09-15 14:40:39 UTC
README
Yii Debug API
本扩展为 Yii Debug 扩展提供了一个 API。
要求
- PHP 8.1 或更高版本。
安装
可以使用 Composer 安装此包。
composer require yiisoft/yii-debug-api
通用用法
路由将自动在 Yii 应用程序路由器中注册。您可以通过访问 /debug
URL 来检查是否一切正常。
文档
如果您需要帮助或有任何问题,Yii 论坛 是一个很好的地方。您也可以查看其他 Yii 社区资源。
许可证
Yii Debug API 是自由软件。它根据 BSD 许可证的条款发布。有关更多信息,请参阅 LICENSE
。
由 Yii 软件 维护。