czende/coding-standard

Coding standard configuration for contributors.

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/czende/coding-standard

v0.3 2019-02-14 14:19 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:47:47 UTC


README

Czende Coding Standard

🥇 Coding standard configuration.

Installation & usage

  1. Install this package:

    $ composer require --dev czende/coding-standard
  2. 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 }
  3. 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