yiisoft / yii-debug-api
Yii Debug API
Fund package maintenance!
Opencollective
yiisoft
Installs: 90 127
Dependents: 6
Suggesters: 0
Security: 0
Stars: 15
Watchers: 18
Forks: 13
Open Issues: 11
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-10-15 14:49:57 UTC
README
Yii Debug API
This extension provides an API for Yii Debug extension.
Requirements
- PHP 8.1 or higher.
Installation
The package could be installed with Composer:
composer require yiisoft/yii-debug-api
General usage
Routes will be registered automatically within Yii application router.
You can check if everything is OK by going to /debug
URL.
Documentation
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
License
The Yii Debug API is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.