Download the PHP package instaclick/symfony2-coding-standard without Composer
On this page you can find all versions of the php package instaclick/symfony2-coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download instaclick/symfony2-coding-standard
More information about instaclick/symfony2-coding-standard
Files in instaclick/symfony2-coding-standard
Download instaclick/symfony2-coding-standard
More information about instaclick/symfony2-coding-standard
Files in instaclick/symfony2-coding-standard
Vendor instaclick
Package symfony2-coding-standard
Short Description Symfony coding standard for PHP_CodeSniffer
License MIT
Package symfony2-coding-standard
Short Description Symfony coding standard for PHP_CodeSniffer
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony2-coding-standard
Symfony2 PHP CodeSniffer Coding Standard + Object Calisthenics
A code standard to check against the Symfony coding standards and object calisthenics (adapted for PHP).
Installation
-
Install phpcs and this coding standard via composer.json:
"require": { "instaclick/php-code-sniffer": "dev-master", "instaclick/symfony2-coding-standard": "dev-master" }
Contributing
If you do contribute code to these sniffs, please make sure it conforms to the PEAR coding standard and that the Symfony2-coding-standard unit tests still pass.
To check the coding standard, run from the Symfony2-coding-standard source root:
$ phpcs --ignore=*/tests/* --standard=PEAR . -n
The unit-tests are run from within the PHP_CodeSniffer directory:
$ phpunit --filter Symfony2_* tests/AllTests.php
All versions of symfony2-coding-standard with dependencies
PHP Build Version
Package Version
No informations.
The package instaclick/symfony2-coding-standard contains the following files
Loading the files please wait ....