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

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:

License

MIT © Michael Mayer