Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azonmedia/php-codesniffer-azonmedia-coding-standard
php_codesniffer coding standard package
https://github.com/azonmedia/php-codesniffer-azonmedia-coding-standard
Last synced: about 2 months ago
JSON representation
php_codesniffer coding standard package
- Host: GitHub
- URL: https://github.com/azonmedia/php-codesniffer-azonmedia-coding-standard
- Owner: AzonMedia
- Created: 2020-07-25T20:18:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T19:59:13.000Z (over 4 years ago)
- Last Synced: 2024-04-05T01:20:50.916Z (9 months ago)
- Language: PHP
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azonmedia Conding Standard PHP_codesniffer package
This is a coding standards package for [PHP_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer). This package is based on the [PSR12 standard package](https://github.com/squizlabs/PHP_CodeSniffer/tree/master/src/Standards/PSR12).
[Azonmedia PHP Coding Standard reference](https://github.com/AzonMedia/php-coding-standard)
This package is installable with:
```
$ composer require azonmedia/php-codesniffer-azonmedia-coding-standard
```
To use the coding standard package:
```
$ phpcs --standard=/PATH/TO/YOUR/PROJECT/vendor/azonmedia/php-codesniffer-azonmedia-coding-standard/Azonmedia /PATH/TO/YOUR/PROJECT
```