m6web/symfony2-coding-standard
Symfony2 coding standard ruleset for PHP_CodeSniffer from M6Web, providing a ready-to-use standard aligned with Symfony2 conventions to help keep code style consistent across teams and projects.
A code standard to check against the Symfony coding standards, forked from opensky/Symfony2-coding-standard to allow installation with composer.
The reason of the fork is to use this PHP CodeSniffer coding standard with M6Web/Coke. More details on our tech blog (in french).
We also added to this project our own standard for our Symfony2 developments entitled M6Web_Symfony2.
Create a composer.json file which contains:
{
"require-dev": {
"m6web/coke": "~2.1",
"m6web/Symfony2-coding-standard": "~3.1"
}
}
Install dev dependencies
composer update --dev
Create a .coke file a the root of the project who contain:
standard=vendor/m6web/symfony2-coding-standard/Symfony2
or if you want to use our standard:
standard=vendor/m6web/symfony2-coding-standard/M6Web_Symfony2
Enjoy
./vendor/bin/coke
Developped by M6Web, cloned from lapistano/Symfony2-coding-standard. The PHP_CodeSniffer 2.0+ Symfony2 standard is very broadly inspired from escapestudios/Symfony2-coding-standard
This project is licensed under the MIT license.
How can I help you explore Laravel packages today?