Skip to content

klaasn/Symfony2-coding-standard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Symfony2 PHP CodeSniffer Coding Standard

Installation

  1. Install phpcs:

    pear install PHP_CodeSniffer-beta
    
  2. Find your PEAR directory:

    pear config-show | grep php_dir
    
  3. Copy, symlink or check out this repo to a folder called Symfony2 inside the phpcs Standards directory:

    cd /path/to/pear/PHP/CodeSniffer/Standards
    git clone git://github.com/klaasn/Symfony2-coding-standard.git Symfony2
    
  4. Set Symfony2 as your default coding standard:

    phpcs --config-set default_standard Symfony2
    
  5. ...

  6. Profit!

    cd /path/to/my/project
    phpcs
    phpcs path/to/my/file.php
    

About

Symfony2-coding-standard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published