This project is yours, feel free to contribute and make it better.
You can fork the project and clone it locally:
git clone https://github.com/<your-username-goes-here>/stuart-client-php.gitAfter you have the project on your machine you need to install dependencies:
cd stuart-client-php
composer installAll the tests should run successfully:
vendor/bin/phpunit --debug -c phpunit.xml.distOnce your code is pushed and ready to be reviewed, you can submit a pull request.