yiisoft / yii-debug-api
Yii Debug API
Fund package maintenance!
Open Collective
yiisoft
Installs: 59 057
Dependents: 6
Suggesters: 0
Security: 0
Stars: 12
Watchers: 15
Forks: 9
Open Issues: 3
Requires
- php: ^8.0
- alexkart/curl-builder: ^1.0
- gitonomy/gitlib: ^1.3
- guzzlehttp/guzzle: ^7.5
- guzzlehttp/psr7: ^2.4
- psr/container: ^2.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.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/router: ^3.0
- yiisoft/translator: ^3.0
- yiisoft/var-dumper: ^1.4
- yiisoft/yii-debug: ^3.0@dev
- 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.5
- rector/rector: ^0.17.0
- roave/infection-static-analysis-plugin: ^1.16
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.30|^5.8
- yiisoft/active-record: 3.0.x-dev
- yiisoft/assets: ^4.0
- yiisoft/csrf: ^2.0
- yiisoft/db: ^1.0
- yiisoft/psr-dummy-provider: ^1.0
- yiisoft/router-fastroute: ^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: 2023-06-02 07:13:36 UTC
README
Yii debug API
This extension provides an API for Yii Debug extension.
Requirements
- PHP 7.4 or higher.
Installation
Add the package to your application:
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.
Testing
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infection
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
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.