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
- Host: GitHub
- URL: https://github.com/graillus/php-coding-standard
- Owner: graillus
- License: mit
- Created: 2018-03-04T23:01:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T14:37:53.000Z (over 7 years ago)
- Last Synced: 2023-08-21T11:01:28.195Z (almost 3 years ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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