Skip to content

The PHP_CodeSniffer coding standard I'm using on all of my projects

License

Notifications You must be signed in to change notification settings

gmponos/CodingStandard

 
 

Repository files navigation

CodingStandard

Build Status HHVM Status

Scrutinizer Code Quality Coverage Status Dependency Status

Latest Stable Version Total Downloads

The PHP_CodeSniffer coding standard I'm using on all of my projects.

Standard itself and it's test suite complies PHPCS standard.

Usage

  1. clone this repository
  2. run following command in project directory:
$> phpcs --standard="/path/to/CodingStandard/CodingStandard" library tests

or by make your IDE (instructions for PhpStorm) to check them automatically.

About

The PHP_CodeSniffer coding standard I'm using on all of my projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.5%
  • JavaScript 1.3%
  • Shell 0.2%