Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 636 Bytes

File metadata and controls

28 lines (20 loc) · 636 Bytes

CONTRIBUTING

Contributions are welcome and be fully credited <3

This library will use the PSR2 Coding Standard. The easiest way to apply these conventions is to install PHP_CodeSniffer.

You may be interested in PHP Coding Standards Fixer.

Installation

$ pear install PHP_CodeSniffer
$ # Or
$ php composer.phar global require "squizlabs/php_codesniffer=*"
$ phpcs --config-set default_standard PSR2

Usage

$ phpcs src/

Happy coding !