Bunch of PHP codestyle linters sweetened with ease 🍒
SugaredRim\CS takes an opinionated view of code style checking, it is preconfigured to get you up and running as quickly as possible.
$ composer require --dev sugared-rim/cs
Just run sugared-rim-cs
- that's it:
{
...
"require-dev": {
"sugared-rim/cs": ...
},
"scripts": {
"lint": "sugared-rim-cs"
}
}
SugaredRim\CS uses the following packages:
- PHP-CS-Fixer
- PHP_CodeSniffer
- PHPMD
- SugaredRim\PHP-CS-Fixer
- SugaredRim\PHP_CodeSniffer
- SugaredRim\PHPMD
MIT © Michael Mayer