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.
- Host: GitHub
- URL: https://github.com/easy-coding-standard/easy-cs
- Owner: easy-coding-standard
- Created: 2024-01-01T15:38:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T00:33:01.000Z (about 2 years ago)
- Last Synced: 2025-01-16T23:32:26.086Z (about 1 year ago)
- Topics: coding-standard, php
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!