2017 © Pedro PelĂĄez
 

coding-standard enterio-coding-standard

CodeSniffer ruleset for the enterio coding standard

image

stedekay/enterio-coding-standard

CodeSniffer ruleset for the enterio coding standard

  • Thursday, April 28, 2016
  • by stedekay
  • Repository
  • 1 Watchers
  • 0 Stars
  • 579 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 107 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Enterio PHP CodeSniffer Coding Standard

This is a custom coding standard, which is used by all enterio projects., (*2)

Installation

Composer

This standard can be installed with the Composer dependency manager., (*3)

  1. Install Composer, (*4)

  2. Install the coding standard as a dependency of your project, (*5)

    composer require --dev stedekay/enterio-coding-standard:~1.0
  3. Add the coding standard to the PHP_CodeSniffer install path, (*6)

    vendor/bin/phpcs --config-set installed_paths vendor/stedekay/enterio-coding-standard
  4. Check the installed coding standards for "Symfony2", (*7)

    vendor/bin/phpcs -i
  5. Done!, (*8)

    vendor/bin/phpcs /path/to/code

 Stand-alone

  1. Install PHP_CodeSniffer, (*9)

  2. Checkout this repository, (*10)

    git clone git://github.com/stedekay/enterio-coding-standard.git
  3. Add the coding standard to the PHP_CodeSniffer install path, (*11)

    phpcs --config-set installed_paths /path/to/enterio-coding-standard

    Or copy/symlink this repository's "Symfony2"-folder inside the phpcs Standards directory, (*12)

  4. Check the installed coding standards for "Symfony2", (*13)

    phpcs -i
  5. Done!, (*14)

    phpcs /path/to/code

The Versions

28/04 2016

dev-master

9999999-dev https://github.com/stedekay/enterio-coding-standard

CodeSniffer ruleset for the enterio coding standard

  Sources   Download

MIT

The Requires

 

by Stefan Blanke

phpcs coding standard enterio

21/03 2016

v0.1

0.1.0.0 https://github.com/stedekay/enterio-coding-standard

CodeSniffer ruleset for the enterio coding standard

  Sources   Download

MIT

The Requires

 

by Stefan Blanke

phpcs coding standard enterio