Download the PHP package superbrave/coding-standards without Composer
On this page you can find all versions of the php package superbrave/coding-standards. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download superbrave/coding-standards
More information about superbrave/coding-standards
Files in superbrave/coding-standards
Download superbrave/coding-standards
More information about superbrave/coding-standards
Files in superbrave/coding-standards
Vendor superbrave
Package coding-standards
Short Description CodeSniffer ruleset for the Superbrave coding standard
License
Package coding-standards
Short Description CodeSniffer ruleset for the Superbrave coding standard
License
Keywords phpcsCoding Standard
Please rate this library. Is it a good library?
Informations about the package coding-standards
Superbrave coding standards
The Superbrave coding standards uses some existing standards combined, with a few exceptions.
For more details about a custom code guideline, see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial
Usage through composer
When using these coding standards through composer, modify the following files:
composer.json
"require-dev" : {
"superbrave/coding-standards": "dev-master"
}
phpcs.xml
<?xml version="1.0"?>
<ruleset>
<rule ref="vendor/superbrave/coding-standards/Superbrave"/>
</ruleset>
Don't forget to run a composer update after editing the composer.json file.
All versions of coding-standards with dependencies
PHP Build Version
Package Version
No informations.
The package superbrave/coding-standards contains the following files
Loading the files please wait ....