yiisoft / yii-debug-viewer
Yii Debug Viewer
Fund package maintenance!
Open Collective
yiisoft
Installs: 58 483
Dependents: 6
Suggesters: 0
Security: 0
Stars: 10
Watchers: 16
Forks: 8
Open Issues: 6
Language:HTML
Requires
- php: ^8.0
- nyholm/psr7: ^1.3
- yiisoft/assets: ^4.0
- yiisoft/data-response: ^2.0
- yiisoft/http: ^1.1
- yiisoft/view: ^8.0
Requires (Dev)
- httpsoft/http-message: ^1.0.5
- jetbrains/phpstorm-attributes: ^1.0
- phpunit/phpunit: ^9.5
- 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/log: ^2.0|^3.0
- rector/rector: ^0.15.1
- roave/infection-static-analysis-plugin: ^1.21
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.18
- yiisoft/aliases: ^3.0
- yiisoft/config: ^1.0
- yiisoft/di: ^1.1
- yiisoft/error-handler: ^3.0
- yiisoft/factory: ^1.0
- yiisoft/files: ^2.0
- yiisoft/injector: ^1.0
- yiisoft/log: ^2.0
- yiisoft/log-target-file: ^3.0
- yiisoft/router: ^3.0
- yiisoft/router-fastroute: ^3.0
- yiisoft/yii-console: ^2.0
- yiisoft/yii-event: ^2.0
- yiisoft/yii-http: ^1.0
- yiisoft/yii-runner-console: ^2.0
- yiisoft/yii-runner-http: ^2.0
This package is auto-updated.
Last update: 2023-11-02 15:22:47 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.