Skip to content

mikehedman/elgg-coding-standards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Elgg coding standards for PHP_CodeSniffer

This is the set of sniffs is used with PHP_CodeSniffer. It requires at least version 1.3.0 of PHP_CodeSniffer.

Installation and Usage

  • Install PHP_CodeSniffer with pear install PHP_CodeSniffer.
  • Checkout this repository as Elgg into the PHP/CodeSniffer/Standards directory.
  • Use the coding standard with phpcs --standard=Elgg.
  • Get a summary report on the engine with phpcs --standard=Elgg -l --report=summary <Elgg engine lib directory>

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%