Skip to content
Jason Leung edited this page Sep 4, 2015 · 1 revision

How to contribute

You can file an issue, email me or even better - Fork this repo and send me pull requests.

Adding features

(under construction)

Run Unit Test

If you have PHPUnit installed in your environment, just run

$ phpunit

If you don't have PHPUnit installed, you can run this

$ composer update
$ ./vendor/bin/phpunit
Clone this wiki locally