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

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

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 `