Skip to content

💡Instant PHP quality checks from your console

License

Notifications You must be signed in to change notification settings

alexkim485/phpinsights

 
 

Repository files navigation

PHP Insights

Build Status Total Downloads Latest Version License

For full documentation, visit phpinsights.com.

PHP Insights was created by, and is maintained by Nuno Maduro, and is the perfect starting point to analyze the code quality of your PHP projects. Carefully crafted to simplify the analysis of your code directly from your terminal.

🚀 Quick start

# First, install:
composer require nunomaduro/phpinsights --dev

# Then, use it:
./vendor/bin/phpinsights

# Docker Users
docker run -it --rm -v $(pwd):/app nunomaduro/phpinsights

✨ 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.

About

💡Instant PHP quality checks from your console

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Dockerfile 0.3%