czende / coding-standard
Coding standard configuration for contributors.
v0.3
2019-02-14 14:19 UTC
Requires
- php: ^7.1
- symplify/easy-coding-standard: ^5.0
This package is not auto-updated.
Last update: 2025-03-30 08:07:06 UTC
README
Czende Coding Standard
🥇 Coding standard configuration.
Installation & usage
-
Install this package:
$ composer require --dev czende/coding-standard
-
Import a configuration file in
easy-coding-standard.yml
in the root of your project:imports: - { resource: vendor/czende/coding-standard/easy-coding-standard.yml }
-
Run in CLI (remember to have proper composer bin directory config -
"bin-dir": "bin"
)
# dry php bin/ecs check src # fix php bin/ecs check src --fix