wizaplace / php-coding-standard
Pragmatic Symfony CodeSniffer Coding Standards.
Installs: 21 207
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 18
Forks: 0
Open Issues: 0
Requires
Suggests
- m6web/coke: PHP CodeSniffer configurator
README
DEPRECATED: use instead wizaplace/phpcs
Wizaplace's pragmatic PHP standard based on the Symfony coding standards.
Installation
Install dependencies :
$ composer require --dev wizaplace/php-coding-standard
To use it with Coke, just add this line to your .coke
:
standard=vendor/wizaplace/php-coding-standard/Wizaplace
If you are using PHP CodeSniffer, you can set it up with a phpcs.xml
file:
<?xml version="1.0"?> <ruleset> <rule ref="vendor/wizaplace/php-coding-standard/Wizaplace/ruleset.xml"/> </ruleset>
Credits
Developped by Wizaplace using djoos/Symfony2-coding-standard.
License
This project is licensed under the MIT license.