soyhuce / phpinsights-formatter
为 Phpinsights 提供格式化工具
2.1.0
2023-11-24 13:03 UTC
Requires
- php: ^8.2
- nunomaduro/phpinsights: ^2.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.7
- nunomaduro/collision: ^7.10
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.14
- pestphp/pest: ^2.24
- pestphp/pest-plugin-laravel: ^2.2
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^10.4
README
PhpInsights 格式化器
此包允许为 PhpInsights 添加格式化工具
安装
您可以通过 composer 安装此包
composer require soyhuce/phpinsights-formatter
文本格式化器
使用格式化器:
php artisan insights --format=\\Soyhuce\\PhpInsights\\TextFormatter > insights.txt
Markdown 格式化器
使用格式化器:
php artisan insights --format=\\Soyhuce\\PhpInsights\\MarkdownFormatter
结果将存储在 insights.md
完整 Markdown 格式化器
使用格式化器:
php artisan insights --format=\\Soyhuce\\PhpInsights\\FullMarkdownFormatter
结果将存储在 insights-full.md
变更日志
有关最近更改的更多信息,请参阅 变更日志
贡献
有关详细信息,请参阅 贡献指南
安全漏洞
有关如何报告安全漏洞的详细信息,请参阅 我们的安全策略
致谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件