mathieu-bour / coding-standard
Mathieu Bour's PHP_CodeSniffer coding standard.
Installs: 1 515
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:phpcodesniffer-standard
Requires
- php: ^7.1.3 || ^8.0
- slevomat/coding-standard: 6.4.1
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0
- phpunit/phpunit: ^9.0
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.5.8
- symfony/var-dumper: ^5.0
README
My personal PHP_CodeSniffer standard, derived from mathrix-education/coding-standard. Uses the sniffs from PHP_CodeSniffer and Slevomat Coding Standard.
Installation
composer require mathieu-bour/coding-standard
In your phpcs.xml(.dist) file, refer to the standard with:
<rule ref="Windy"/>