binsoul / coding-standard
Coding standard
1.0.5
2022-06-09 08:03 UTC
Requires
- php: ^7.3 || ^8.0
- friendsofphp/php-cs-fixer: ^2 || ^3
- slevomat/coding-standard: ^7
- squizlabs/php_codesniffer: ^3
- symplify/easy-coding-standard: ^10
Requires (Dev)
- php: ^8.0
- phpro/grumphp-shim: ^1
- phpstan/phpstan: ^1
- phpunit/phpunit: ^9
- roave/security-advisories: dev-latest
README
This package provides the coding standard for our projects.
Install
Via composer:
$ composer require binsoul/coding-standard --dev
Usage
Install easy coding standard:
$ composer require symplify/easy-coding-standard-prefixed --dev
Check coding standard:
$ vendor/bin/ecs check src tests --config vendor/binsoul/coding-standard/easy-coding-standard.php
Install GrumPHP:
$ composer require phpro/grumphp-shim --dev
Add GrumPHP configuration to composer.json:
{ "extra": { "grumphp": { "config-default-path": "vendor/binsoul/coding-standard/grumphp.yaml" } } }
License
The MIT License (MIT). Please see License File for more information.