creacore-team / creacore-ruleset
Creacore ruleset, combination of PSR-2 and Allman indent style
v0.2
2017-06-21 20:35 UTC
Requires
This package is not auto-updated.
Last update: 2025-07-06 06:14:55 UTC
README
Creacore ruleset, combination of PSR-2 and Allman indent style
Based on work of Linnk/Allman_CodeSniffer
Install
Using composer:
composer require creacore-team/creacore-ruleset
Usage:
$ vendor/bin/phpcs --standard=CREACORE path/to/your/code
Global install
Using composer:
composer global require creacore-team/creacore-ruleset