elgg/sniffs

There is no license information available for the latest version (0.1.0) of this package.

Elgg coding standards

Maintainers

Package info

github.com/Elgg/elgg-coding-standards

pkg:composer/elgg/sniffs

Statistics

Installs: 142 798

Dependents: 1

Suggesters: 0

Stars: 19

Open Issues: 0

0.1.0 2014-07-19 07:47 UTC

This package is auto-updated.

Last update: 2026-02-19 11:11:41 UTC


README

This contains sniffs to be used with phpcs (PHP_CodeSniffer).

Installation and Usage

  • Install composer
  • 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 <Elgg engine lib directory>