bizurkur / coding-standard
Bizurkur coding standard.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/bizurkur/coding-standard
Type:phpcodesniffer-standard
pkg:composer/bizurkur/coding-standard
This package has no released version yet, and little information is available.
README
Bizurkur coding standard for PHP_CodeSniffer. This heavily uses most of the Slevomat standard, with the addition of some others.
Installation
It's best to install using Composer.
$ composer require bizurkur/coding-standard --dev
Usage
In your phpcs.xml.dist file, add a rule:
<?xml version="1.0"?> <ruleset name="AcmeProject"> <rule ref="vendor/bizurkur/coding-standard/ruleset.xml"> <!-- sniffs to exclude --> </rule> </ruleset>
Or via the command line:
vendor/bin/phpcs --standard=vendor/bizurkur/coding-standard/ruleset.xml