m6web / symfony2-coding-standard
Symfony2 PHP CodeSniffer Coding Standard
Installs: 436 423
Dependents: 36
Suggesters: 2
Security: 0
Stars: 18
Watchers: 28
Forks: 133
Open Issues: 0
pkg:composer/m6web/symfony2-coding-standard
Requires
Suggests
- m6web/coke: PHP CodeSniffer configurator
README
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.
Installation
- 
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 .cokefile 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 
Credits
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
License
This project is licensed under the MIT license.