yiiliveext / yii-debug-viewer
Yii Debug Viewer
dev-master / 3.0.x-dev
2021-06-03 15:31 UTC
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: 2024-09-29 05:56:40 UTC
README
Yii Debug Viewer
该包...
要求
- PHP 7.4 或更高版本。
安装
该包可以使用 composer 安装
composer require yiisoft/yii-debug-viewer --prefer-dist
通用用法
测试
单元测试
该包使用 PHPUnit 进行测试。要运行测试
./vendor/bin/phpunit
变异测试
该包的测试使用 Infection 变异框架和 Infection 静态分析插件 进行检查。要运行它
./vendor/bin/roave-infection-static-analysis-plugin
静态分析
代码使用 Psalm 进行静态分析。要运行静态分析
./vendor/bin/psalm
许可证
Yii Debug Viewer 是自由软件。它根据 BSD 许可证发布。有关更多信息,请参阅 LICENSE。
由 Yii 软件 维护。