Skip to content

nunomaduro/phpinsights

Folders and files

NameName
Last commit message
Last commit date
Mar 29, 2025
Jun 13, 2022
Jun 19, 2021
Oct 13, 2020
Mar 14, 2022
Mar 29, 2025
Mar 30, 2025
Mar 23, 2023
Mar 29, 2025
Jul 20, 2019
Apr 10, 2020
Jul 20, 2019
Sep 28, 2023
Mar 29, 2025
Apr 24, 2021
Mar 31, 2019
Nov 11, 2024
Mar 31, 2019
Mar 31, 2019
Mar 29, 2025
Jan 30, 2023
Mar 29, 2025
Mar 17, 2023
Mar 29, 2025
Sep 28, 2023
Mar 29, 2025
Apr 4, 2020

Repository files navigation

PHP Insights PHP Insights Preview

Unit Tests Total Downloads Latest Version License

For full documentation, visit phpinsights.com.

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.