elgg / sniffs
Elgg coding standards
Installs: 119 875
Dependents: 1
Suggesters: 0
Security: 0
Stars: 19
Watchers: 8
Forks: 6
Open Issues: 0
Requires
- squizlabs/php_codesniffer: >=1.3.4
This package is auto-updated.
Last update: 2024-10-12 17:58:26 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>