Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```