yiisoft / yii-debug-api
Yii Debug API
                                    Fund package maintenance!
                                                                            
                                                                                                                                        Opencollective
                                                                                    
                                                                            
                                                                                                                                        yiisoft
                                                                                    
                                                                
Installs: 104 272
Dependents: 3
Suggesters: 0
Security: 0
Stars: 16
Watchers: 13
Forks: 13
Open Issues: 10
pkg:composer/yiisoft/yii-debug-api
Requires
- php: 8.1 - 8.4
- 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/http-middleware: ^1.1
- yiisoft/middleware-dispatcher: ^5.2
- yiisoft/router: ^4.0
- yiisoft/translator: ^3.0
- yiisoft/var-dumper: ^1.4
- yiisoft/yii-debug: dev-master
- yiisoft/yii-middleware: ^1.1
- zircote/swagger-php: ^4.0
Requires (Dev)
- codeception/codeception: ^5.0
- maglnet/composer-require-checker: ^4.2
- phpunit/phpunit: ^10.5
- rector/rector: ^2.1.1
- roave/infection-static-analysis-plugin: ^1.30
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^5.15 || ^6.12
- yiisoft/active-record: dev-master
- yiisoft/assets: ^5.1
- 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: ^4.0
- yiisoft/test-support: ^3.0
- yiisoft/yii-cycle: dev-master
- yiisoft/yii-http: ^1.0
- yiisoft/yii-view-renderer: ^7.0
Suggests
- yiisoft/assets: Support custom debug panels
- yiisoft/yii-view-renderer: Support custom debug panels
This package is auto-updated.
Last update: 2025-10-28 05:33:46 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.