gustavobava/nunomaduro-phpinsights

从控制台即时进行PHP质量检查。

v1.14.3 2022-08-24 20:24 UTC

This package is auto-updated.

Last update: 2024-09-25 00:53:38 UTC


README

PHP Insights PHP Insights Preview

Build Status Total Downloads Latest Version License

完整文档,请访问 phpinsights.com.

PHP Insights 是精心打造的,可以直接从终端简化代码分析的工具,是分析PHP项目代码质量的完美起点。由 Nuno Maduro 创建,并由 Jibé BarthNuno MaduroOliver NybroeCaneco 维护。

🚀 快速开始

# First, install:
composer require nunomaduro/phpinsights --dev

# Then, use it:
./vendor/bin/phpinsights

# For Laravel:
First, publish the configuration file:
php artisan vendor:publish --provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider"

Then, use it:
php artisan insights

✨ 特点

  • 代码质量和编码风格分析
  • 代码架构和复杂度的美丽概览
  • 专为与 LaravelSymfonyYiiMagento 等一起使用而设计
  • 包含内置检查,以确保代码可靠、松散耦合、简单清洁

💖 支持开发

你喜欢这个项目吗?通过捐赠来支持它

PHP Insights 是开源软件,许可证为 MIT