yiiliveext / yii-debug-viewer
Yii Debug Viewer
Fund package maintenance!
Open Collective
yiisoft
Requires
- php: ^7.4|^8.0
- nyholm/psr7: ^1.3
- tuupola/cors-middleware: ^1.2.1
- yiisoft/data-response: ^3.0@dev
- yiisoft/http: ^1.0@dev
Requires (Dev)
- httpsoft/http-message: ^1.0.5
- phpunit/phpunit: ^9.5
- psr/container: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.1
- roave/infection-static-analysis-plugin: ^1.6
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.3
- yiisoft/config: 1.0.x-dev
- yiisoft/di: ^3.0@dev
- yiisoft/error-handler: ^1.0
- yiisoft/factory: ^3.0@dev
- yiisoft/files: ^1.0
- yiisoft/injector: ^1.0
- yiisoft/log: ^1.0
- yiisoft/log-target-file: ^1.0
- yiisoft/router: ^3.0@dev
- yiisoft/router-fastroute: ^3.0@dev
- yiisoft/yii-console: ^3.0@dev
- yiisoft/yii-event: ^1.0
- yiisoft/yii-web: ^3.0@dev
This package is auto-updated.
Last update: 2025-03-01 00:28:05 UTC
README
Yii Debug Viewer
The package ...
Requirements
- PHP 7.4 or higher.
Installation
The package could be installed with composer:
composer require yiisoft/yii-debug-viewer --prefer-dist
General usage
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 with Infection Static Analysis Plugin. To run it:
./vendor/bin/roave-infection-static-analysis-plugin
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
License
The Yii Debug Viewer is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.