phpinsights

?Instant PHP quality checks from your console

Github星跟踪图

PHP Insights was carefully crafted to simplify the analysis of your code directly from your terminal, and is the perfect starting point to analyze the code quality of your PHP projects.
It was created by Nuno Maduro, and currently maintained by Jibé Barth, Nuno Maduro, Oliver Nybroe, and Caneco.

? Quick start

# 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

✨ Features

  • Analysis of code quality and coding style
  • Beautiful overview of code architecture and its complexity
  • Designed to work out-of-the-box with Laravel, Symfony, Yii, Magento, and more
  • Contains built-in checks for making code reliable, loosely coupled, simple, and clean

? Support the development

Do you like this project? Support it by donating

PHP Insights is open-sourced software licensed under the MIT license.

主要指标

概览
名称与所有者nunomaduro/phpinsights
主编程语言PHP
编程语言PHP (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2019-03-31 15:04:36
推送于2025-03-30 15:28:54
最后一次提交2025-03-30 16:28:32
发布数46
最新版本名称v2.13.1 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数5.4k
关注者数60
派生数288
提交数769
已启用问题?
问题数387
打开的问题数66
拉请求数258
打开的拉请求数0
关闭的拉请求数64
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?