Download the PHP package diviky/code-analysis without Composer
On this page you can find all versions of the php package diviky/code-analysis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diviky/code-analysis
More information about diviky/code-analysis
Files in diviky/code-analysis
Download diviky/code-analysis
More information about diviky/code-analysis
Files in diviky/code-analysis
Vendor diviky
Package code-analysis
Short Description grumphp config to automatically check conventions for Laravel projects
License MIT
Package code-analysis
Short Description grumphp config to automatically check conventions for Laravel projects
License MIT
Please rate this library. Is it a good library?
Informations about the package code-analysis
Goal
Configuration for grumphp that is checking on each commit that the committed code passes the unit tests, complies with the PSR2 coding style and static analysis check. It runs the following checks:
- Check that composer.json is valid
- Check that composer does not have any dependencies for known security vulnerabilities with SensioLabs Security Checker
- Check that commit does not contain any debugging (var_dump, die, exit)
- Check that code complies with the PSR2 coding style
- Perform static code analysis using phpstan
- Check code for unnecessary complexity etc. with PHP Mess Detector
- Check that unit tests pass with PHPUnit
Installation
1. Add checker to your composer.json
:
2. Add path to grumphp configuration file to your composer.json
's extra:
Test suites
If you want to run the coding style or static analysis checks only, you can run the following commands:
License
The MIT License (MIT). Please see License File for more information.
All versions of code-analysis with dependencies
PHP Build Version
Package Version
Requires
phpro/grumphp Version
^2.0
phpmd/phpmd Version ^2.9
squizlabs/php_codesniffer Version ^3.5
fakerphp/faker Version ^1.9
orchestra/testbench Version ^8.27|^9.1
phpunit/phpunit Version ^10.5|^11.2
spatie/phpunit-snapshot-assertions Version ^5.1
spatie/test-time Version ^1.2
nunomaduro/collision Version ^7.10|^8.1
jasonmccreary/laravel-test-assertions Version ^2.3
mockery/mockery Version ^1.4.2
php-parallel-lint/php-parallel-lint Version ^1.3
jrmadsen67/laravel-route-coverage-test Version ^1.1
kitloong/laravel-migrations-generator Version ^7.0
thedoctor0/laravel-factory-generator Version ^1.2
mnabialek/laravel-sql-logger Version ^2.2
orangehill/iseed Version ^3.0
staudenmeir/laravel-migration-views Version ^1.6
laravel/pint Version ^1.13
nunomaduro/phpinsights Version ^2.4
barryvdh/laravel-ide-helper Version ^3.0
spatie/laravel-ignition Version ^2.0
monolog/monolog Version ^3.0
symfony/console Version ^6.0|^7.0
yieldstudio/grumphp-laravel-pint Version ^1.0
phpmd/phpmd Version ^2.9
squizlabs/php_codesniffer Version ^3.5
fakerphp/faker Version ^1.9
orchestra/testbench Version ^8.27|^9.1
phpunit/phpunit Version ^10.5|^11.2
spatie/phpunit-snapshot-assertions Version ^5.1
spatie/test-time Version ^1.2
nunomaduro/collision Version ^7.10|^8.1
jasonmccreary/laravel-test-assertions Version ^2.3
mockery/mockery Version ^1.4.2
php-parallel-lint/php-parallel-lint Version ^1.3
jrmadsen67/laravel-route-coverage-test Version ^1.1
kitloong/laravel-migrations-generator Version ^7.0
thedoctor0/laravel-factory-generator Version ^1.2
mnabialek/laravel-sql-logger Version ^2.2
orangehill/iseed Version ^3.0
staudenmeir/laravel-migration-views Version ^1.6
laravel/pint Version ^1.13
nunomaduro/phpinsights Version ^2.4
barryvdh/laravel-ide-helper Version ^3.0
spatie/laravel-ignition Version ^2.0
monolog/monolog Version ^3.0
symfony/console Version ^6.0|^7.0
yieldstudio/grumphp-laravel-pint Version ^1.0
The package diviky/code-analysis contains the following files
Loading the files please wait ....