All Projects â†’ nunomaduro â†’ Phpinsights

nunomaduro / Phpinsights

Licence: mit
🔰 Instant PHP quality checks from your console

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Phpinsights

Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+594.12%)
Mutual labels:  cli, hacktoberfest, tool
Awesome Laravel Zero
👋 START HERE! A curated list of Laravel Zero libraries, resources and projects
Stars: ✭ 84 (-98.11%)
Mutual labels:  cli, console, hacktoberfest
Ferret
Declarative web scraping
Stars: ✭ 4,837 (+8.89%)
Mutual labels:  cli, hacktoberfest, tool
Npkill
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Stars: ✭ 5,325 (+19.88%)
Mutual labels:  cli, hacktoberfest, tool
Collision
💥 Collision is a beautiful error reporting tool for command-line applications
Stars: ✭ 3,993 (-10.11%)
Mutual labels:  cli, console, hacktoberfest
Awesome Wp Cli
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
Stars: ✭ 129 (-97.1%)
Mutual labels:  cli, console, hacktoberfest
Swiftinfo
📊 Extract and analyze the evolution of an iOS app's code.
Stars: ✭ 880 (-80.19%)
Mutual labels:  cli, hacktoberfest, analytics
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (-36.49%)
Mutual labels:  cli, console, tool
Scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
Stars: ✭ 2,943 (-33.75%)
Mutual labels:  cli, code, complexity
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (-30.14%)
Mutual labels:  cli, hacktoberfest, tool
Cypress Terminal Report
Better terminal and file output for cypress test logs.
Stars: ✭ 200 (-95.5%)
Mutual labels:  cli, console, hacktoberfest
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (-97.84%)
Mutual labels:  quality, cli, tool
Static React
Zero-configuration CLI React static renderer
Stars: ✭ 358 (-91.94%)
Mutual labels:  cli, static
Laravel Modules
Module Management In Laravel
Stars: ✭ 3,910 (-11.98%)
Mutual labels:  hacktoberfest, architecture
Stig
TUI and CLI for the BitTorrent client Transmission
Stars: ✭ 360 (-91.9%)
Mutual labels:  cli, console
Jql
A JSON Query Language CLI tool
Stars: ✭ 368 (-91.72%)
Mutual labels:  cli, tool
Dataform
Dataform is a framework for managing SQL based data operations in BigQuery, Snowflake, and Redshift
Stars: ✭ 342 (-92.3%)
Mutual labels:  hacktoberfest, analytics
S3cmd
Official s3cmd repo -- Command line tool for managing Amazon S3 and CloudFront services
Stars: ✭ 3,767 (-15.2%)
Mutual labels:  cli, hacktoberfest
Stonks
Stonks is a terminal based stock visualizer and tracker that displays realtime stocks in graph format in a terminal. See how fast your stonks will crash.
Stars: ✭ 405 (-90.88%)
Mutual labels:  cli, hacktoberfest
Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (-91.49%)
Mutual labels:  console, hacktoberfest

PHP Insights PHP Insights Preview

Build Status 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. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].