π° Instant PHP quality checks from your console
[!CAUTION]
This package is no longer actively maintained. Please use at your own risk, or fork the package. Docs are available within thedocs/
directory.If you are willing to be a maintainer of this package, please reach out to Nuno Maduro, or create a new issue stating your interest.
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 with logo design Caneco.
composer require nunomaduro/phpinsights --dev
./vendor/bin/phpinsights
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
Click the βπ Sponsorβ at the top of this repo.
PHP Insights is open-sourced software licensed under the MIT license.