Skip to content

Commit 1f86031

Browse files
authored
Merge pull request #557 from javiereguiluz/add_phpinsights
Add PHP Insights
2 parents 4b075bd + 883f0c1 commit 1f86031

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ code-quality:
4848
- php-cs-fixer
4949
- phan
5050
- phpstan
51+
- phpinsights
5152
- behat
5253
- phpspec
5354
- codeception

projects/phpinsights.png

2.19 KB
Loading

projects/phpinsights.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PHP Insights
2+
url: https://phpinsights.com/
3+
dependencies:
4+
- github@nunomaduro/phpinsights
5+
description: |
6+
PHP Insights was carefully crafted to simplify the analysis of your code
7+
directly from your terminal, and is the perfect starting point to analyze
8+
the code quality of your PHP projects. It contains built-in checks for
9+
making code reliable, loosely coupled, simple, and clean. It works
10+
out-of-the-box with Laravel, Symfony, Yii, Magento, and more.

0 commit comments

Comments
 (0)