Bunch of PHP codestyle linters sweetened with ease

Installs: 304

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sugared-rim/cs

2.1.0 2018-03-31 21:51 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:29:20 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