Stars: 4706
Forks: 249
Pull Requests: 277
Issues: 318
Watchers: 71
Last Updated: 2022-08-26 20:41:24
🔰 Instant PHP quality checks from your console
License: MIT License
Languages: PHP, Dockerfile, Blade
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. It was created by Nuno Maduro, and currently maintained by Jibé Barth, Nuno Maduro, Oliver Nybroe, and Caneco.
# 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
Do you like this project? Support it by donating
PHP Insights is open-sourced software licensed under the MIT license.