easy-cs/easy-cs

12.0.13 2024-01-01 19:12 UTC

This package is not auto-updated.

Last update: 2024-10-22 20:43:11 UTC


README

The easiest way to use any coding standard in your PHP project.


Installation

composer require easy-cs/easy-cs --dev

Usage

Run Easy CS to generate a configuration file:

vendor/bin/ecs

Run Easy CS again o fix your code:

vendor/bin/ecs --fix

That's it!