Download the PHP package youshido/cs-code-standard without Composer
On this page you can find all versions of the php package youshido/cs-code-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download youshido/cs-code-standard
More information about youshido/cs-code-standard
Files in youshido/cs-code-standard
Download youshido/cs-code-standard
More information about youshido/cs-code-standard
Files in youshido/cs-code-standard
Vendor youshido
Package cs-code-standard
Short Description CodeSniffer ruleset witch extend Symfony code style and add something new
License MIT
Homepage https://github.com/youshido/CS-coding-standard
Package cs-code-standard
Short Description CodeSniffer ruleset witch extend Symfony code style and add something new
License MIT
Homepage https://github.com/youshido/CS-coding-standard
Please rate this library. Is it a good library?
Informations about the package cs-code-standard
Youshido Symfony2 PHP CodeSniffer Coding Standard
This standard copy Symfony2 one with following changes:
- Concatenation spacing equal 1
Installation
This standard can be installed with the Composer dependency manager.
Install the coding standard as a dependency of your project
composer require --dev youshido/cs-code-standard
Usage
Run CodeSniffer with following parameters to check your project code style:
./vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=./vendor/youshido/cs-code-standard ./src -p
All versions of cs-code-standard with dependencies
PHP Build Version
Package Version
Requires
escapestudios/symfony2-coding-standard Version
^2.10
The package youshido/cs-code-standard contains the following files
Loading the files please wait ....