schnittstabil / sugared-cs
Bunch of PHP codestyle linters sweetened with ease
Installs: 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
pkg:composer/schnittstabil/sugared-cs
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