2017 © Pedro PelĂĄez
 

coding-standard get8-coding-standard

CodeSniffer ruleset for the get8 coding standard

image

slowprog/get8-coding-standard

CodeSniffer ruleset for the get8 coding standard

  • Saturday, September 10, 2016
  • by SlowProg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 212 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 107 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Get8 PHP CodeSniffer Coding Standard

This is a custom coding standard, which is used by all Get8's projects., (*1)

Installation

Composer

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

  1. Install Composer, (*3)

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

    composer require --dev slowprog/get8-coding-standard:~1.0
  3. Add the coding standard to the PHP_CodeSniffer install path, (*5)

    vendor/bin/phpcs --config-set installed_paths vendor/slowprog/get8-coding-standard
  4. Check the installed coding standards for "Symfony2", (*6)

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

    vendor/bin/phpcs /path/to/code

 Stand-alone

  1. Install PHP_CodeSniffer, (*8)

  2. Checkout this repository, (*9)

    git clone git://github.com/slowprog/get8-coding-standard.git
  3. Add the coding standard to the PHP_CodeSniffer install path, (*10)

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

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

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

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

    phpcs /path/to/code

The Versions

10/09 2016

dev-master

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

CodeSniffer ruleset for the get8 coding standard

  Sources   Download

MIT

The Requires

 

by Andrey Tyshev
by Stefan Blanke

phpcs coding standard get8

10/09 2016

1.0.0

1.0.0.0 https://github.com/SlowProg/enterio-coding-standard

CodeSniffer ruleset for the get8 coding standard

  Sources   Download

MIT

The Requires

 

by Andrey Tyshev
by Stefan Blanke

phpcs coding standard get8

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