Skip to content

guilu/Symfony2-coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony2 PHP CodeSniffer Coding Standard

A code standard to check against the Symfony coding standards

Installation

  1. Install phpcs:

     composer global require 'squizlabs/php_codesniffer=*'
    

    Note: ~/.composer/vendor/bin should be in your $PATH

  2. Copy, symlink or check out this repo to a folder called Symfony2 inside the phpcs Standards directory:

     cd ~/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
     git clone git://github.com/guilu/Symfony2-coding-standard.git Symfony2
    
  3. Set Symfony2 as your default coding standard:

     phpcs --config-set default_standard Symfony2
    
  4. ...

  5. Profit!

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

About

Symfony2 coding standard from OpenSky (since they're gone...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages