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
- Host: GitHub
- URL: https://github.com/phpmyadmin/coding-standard
- Owner: phpmyadmin
- License: mit
- Created: 2016-04-19T14:02:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T21:00:32.000Z (over 2 years ago)
- Last Synced: 2025-02-04T17:16:37.064Z (11 months ago)
- Size: 56.6 KB
- Stars: 19
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```