Skip to content

Commit

Permalink
added readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
denderello committed Apr 8, 2010
1 parent aca6436 commit 85c4651
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.markdown
@@ -0,0 +1,16 @@
# PHP_CodeSniffer standard for the Symfony framework

The phpcs-symfony project builds a PHP_CodeSniffer standard for the symfony
framework and projects built using the symony framework.

## Installation

If you want to install the standard you have to copy the _PHP_ folder into the
folder where PHP_CodeSniffer is installed. Usually this is _/usr/share/php/_ if
PHP_Codesniffer is installed via PEAR.

## Usage

After installing the standard you are able to use it with the _phpcs_ standard:

phpcs --standard=Symfony <files>

0 comments on commit 85c4651

Please sign in to comment.