phpinsights

🔰 Instant PHP quality checks from your console
授权协议 MIT License
开发语言 PHP
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 温嘉玉
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

PHP Insights PHP Insights Preview

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.

�� 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

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

相关阅读

相关文章

相关问答

相关文档