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

https://github.com/graillus/php-coding-standard

My opinionated PHP coding standard
https://github.com/graillus/php-coding-standard

Last synced: 2 months ago
JSON representation

My opinionated PHP coding standard

Awesome Lists containing this project

README

          

# php-coding-standard
My opinionated PHP coding standard rules for PHP_CodeSniffer

## Installation

```bash
composer require graillus/php-coding-standard --dev
```

## Usage
```bash
vendor/bin/phpcs --standard=vendor/graillus/php-coding-standard/src/ruleset.xml --extensions=php src
```

## License
MIT License, see the license file