schnittstabil / sugared-cs
This package is abandoned and no longer maintained.
The author suggests using the sugared-rim/cs package instead.
Bunch of PHP codestyle linters sweetened with ease
2.1.0
2018-03-31 21:51 UTC
Requires
- php: >=5.6.0
- sugared-rim/php-cs-fixer: ^2.0
- sugared-rim/php_codesniffer: ^2.0 || ^3.0
- sugared-rim/phpmd: ^2.0
This package is not auto-updated.
Last update: 2022-02-01 12:57:37 UTC
README
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.
Install
$ composer require --dev sugared-rim/cs
Usage
Just run sugared-rim-cs
- that's it:
{ ... "require-dev": { "sugared-rim/cs": ... }, "scripts": { "lint": "sugared-rim-cs" } }
Related
SugaredRim\CS uses the following packages:
- PHP-CS-Fixer
- PHP_CodeSniffer
- PHPMD
- SugaredRim\PHP-CS-Fixer
- SugaredRim\PHP_CodeSniffer
- SugaredRim\PHPMD
License
MIT © Michael Mayer