nunomaduro/phpinsights

Instant PHP quality checks from your console.

Maintainers

👁 nunomaduro

Package info

github.com/nunomaduro/phpinsights

pkg:composer/nunomaduro/phpinsights

Fund package maintenance!

nunomaduro

Statistics

Installs: 11 599 544

Dependents: 442

Suggesters: 3

Stars: 5 607

Open Issues: 75

v2.14.2 2026-04-12 18:08 UTC

Requires

Requires (Dev)

Suggests

  • ext-simplexml: It is needed for the checkstyle formatter

Provides

None

Conflicts

None

Replaces

None

MIT ccbcbfb35d074a63472d0bdb2bb2c4ce2c502b76

  • Nuno Maduro <enunomaduro.woop@gmail.com>

phpsourcecodeconsoleInsightsquality


README

👁 PHP Insights
👁 PHP Insights Preview

👁 Unit Tests
👁 Total Downloads
👁 Latest Version
👁 License

For full documentation, visit nunomaduro.github.io/phpinsights/.

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.

🚀 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

Click the "💖 Sponsor" at the top of this repo.

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