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

https://github.com/phpmyadmin/coding-standard

phpMyAdmin PHP CodeSniffer Coding Standard
https://github.com/phpmyadmin/coding-standard

Last synced: 10 months ago
JSON representation

phpMyAdmin PHP CodeSniffer Coding Standard

Awesome Lists containing this project

README

          

# phpMyAdmin Coding Standard

phpMyAdmin Coding Standard is a set of [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) rules and is based on the [Doctrine Coding Standard](https://github.com/doctrine/coding-standard).

## Installation

```
composer require --dev phpmyadmin/coding-standard
```

## Usage

```
vendor/bin/phpcs --standard=PhpMyAdmin /path/to/code
```