Download the PHP package stedekay/enterio-coding-standard without Composer
On this page you can find all versions of the php package stedekay/enterio-coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stedekay/enterio-coding-standard
More information about stedekay/enterio-coding-standard
Files in stedekay/enterio-coding-standard
Package enterio-coding-standard
Short Description CodeSniffer ruleset for the enterio coding standard
License MIT
Homepage https://github.com/stedekay/enterio-coding-standard
Informations about the package enterio-coding-standard
Enterio PHP CodeSniffer Coding Standard
This is a custom coding standard, which is used by all enterio projects.
Installation
Composer
This standard can be installed with the Composer dependency manager.
-
Install the coding standard as a dependency of your project
composer require --dev stedekay/enterio-coding-standard:~1.0
-
Add the coding standard to the PHP_CodeSniffer install path
vendor/bin/phpcs --config-set installed_paths vendor/stedekay/enterio-coding-standard
-
Check the installed coding standards for "Symfony2"
vendor/bin/phpcs -i
-
Done!
vendor/bin/phpcs /path/to/code
Stand-alone
-
Install PHP_CodeSniffer
-
Checkout this repository
git clone git://github.com/stedekay/enterio-coding-standard.git
-
Add the coding standard to the PHP_CodeSniffer install path
phpcs --config-set installed_paths /path/to/enterio-coding-standard
Or copy/symlink this repository's "Symfony2"-folder inside the phpcs
Standards
directory -
Check the installed coding standards for "Symfony2"
phpcs -i
-
Done!
phpcs /path/to/code