An open API service indexing awesome lists of open source software.

https://github.com/easy-coding-standard/easy-cs

The easiest way to use any coding standard in your project.
https://github.com/easy-coding-standard/easy-cs

coding-standard php

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Easy CS

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


## Installation

```bash
composer require easy-cs/easy-cs --dev
```


## Usage

Run Easy CS to generate a configuration file:

```bash
vendor/bin/ecs
```

Run Easy CS again o fix your code:

```bash
vendor/bin/ecs --fix
```


That's it!