https://github.com/chadicus/coding-standard
Chadicus coding-standard
https://github.com/chadicus/coding-standard
Last synced: about 1 year ago
JSON representation
Chadicus coding-standard
- Host: GitHub
- URL: https://github.com/chadicus/coding-standard
- Owner: chadicus
- License: mit
- Created: 2013-10-23T20:58:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T13:59:37.000Z (over 2 years ago)
- Last Synced: 2025-04-13T03:41:01.562Z (about 1 year ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chadicus Coding Standard
[](https://packagist.org/packages/chadicus/coding-standard)
[](https://packagist.org/packages/chadicus/coding-standard)
[](https://packagist.org/packages/chadicus/coding-standard)
[](https://packagist.org/packages/chadicus/coding-standard)
[](https://packagist.org/packages/chadicus/coding-standard)
[](https://packagist.org/packages/chadicus/coding-standard)
A [PHP_CodeSniffer](http://www.squizlabs.com/php-codesniffer) coding standard.
See what "sniffs" are enforced [here](http://chadicus.github.io/coding-standard).
## Composer
This standard is meant to be used in a project using [Composer](http://getcomposer.org). It can be added to your project's composer.json as follows:
```sh
composer require --dev chadicus/coding-standard
```
Then to use it, you can run the following (or add to your build process):
```bash
./vendor/bin/phpcs --standard=$(pwd)/vendor/chadicus/coding-standard/Chadicus YOUR_FILES_AND_DIRECTORIES
```
## Contact
Developers may be contacted at:
* [Pull Requests](https://github.com/chadicus/coding-standard/pulls)
* [Issues](https://github.com/chadicus/coding-standard/issues)