https://github.com/Elgg/elgg-coding-standards
Elgg coding standards for PHP_CodeSniffer
https://github.com/Elgg/elgg-coding-standards
Last synced: 6 months ago
JSON representation
Elgg coding standards for PHP_CodeSniffer
- Host: GitHub
- URL: https://github.com/Elgg/elgg-coding-standards
- Owner: Elgg
- Created: 2010-06-26T12:13:56.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T14:16:07.000Z (over 2 years ago)
- Last Synced: 2024-11-25T05:07:49.493Z (6 months ago)
- Language: PHP
- Homepage: https://github.com/Elgg/Elgg/tree/master/documentation/coding_standards
- Size: 51.8 KB
- Stars: 19
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Elgg coding standards for PHP_CodeSniffer
=========================================This contains sniffs to be used with phpcs (PHP_CodeSniffer).
Installation and Usage
-----------------------
* Install [composer](http://getcomposer.org/)
* Install dependencies with `composer install`
* Use the coding standard with `vendor/bin/phpcs --standard=src/Elgg`.
* Get a summary report on the engine with `vendor/bin/phpcs --standard=src/Elgg -l --report=summary `