thingston/log-manager
最新稳定版本:v1.0.4
Composer 安装命令:
composer require thingston/log-manager
包简介
Flexible configured loggers for PHP applications implementing PSR-3.
README 文档
README
Flexible configured loggers for PHP applications implementing PSR-3.
Requirements
- PHP 8.1
Instalation
composer require thingston/log-manager
Usage
Please check the Documentation.
Testing
Available Composer scripts:
composer run test- Runs all tests using PHPUnit.composer run coverage:text- Runs all tests using PHPUnit and generates a coverage report to the console.composer run coverage:clover- Runs all tests using PHPUnit and generates an XML coverage report to filecoverage.xml.composer run coverage:html- Runs all tests using PHPUnit and generates an XML coverage report to directorycoverage.composer run coverage:check- Runs thecoverage:cloverscript and checks the code coverage rate (requires >= 90%).composer run analyze- Runs the PHPStan static analysis and displays the results to the console.composer run cs- Runs the Code Sniffer static analysis and displays any errors to the console.composer run cbf- Runs the Code Sniffer code fixer and displays the results to the console.composer run checks- Runs the scriptscs,analyzeandcoverage:checkand displays the results to the console.
Support
- Issues: https://github.com/thingston/log-manager/issues
- Documentation: https://github.com/thingston/log-manager/wiki
统计信息
- 总下载量: 349
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-24