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.
$ pear install PHP_CodeSniffer
$ # Or
$ php composer.phar global require "squizlabs/php_codesniffer=*"
$ phpcs --config-set default_standard PSR2$ phpcs src/Happy coding !