Contributions are welcome and are accepted via pull request.
-
Follow PSR-2 Coding Standard
-
Add tests.
-
Open Pull Request on Github.
$ vendor/bin/phpunit
Run PHP code sniffer to check:
$ vendor/bin/phpcs --standard=PSR2 src tests
Run PHP code beautifier to fix it:
$ vendor/bin/phpcbf --standard=PSR2 src tests