Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 715 Bytes

File metadata and controls

29 lines (18 loc) · 715 Bytes

Contributing

This project is yours, feel free to contribute and make it better.

Fork and clone the repository locally

You can fork the project and clone it locally:

git clone https://github.com/<your-username-goes-here>/stuart-client-php.git

After you have the project on your machine you need to install dependencies:

cd stuart-client-php
composer install

All the tests should run successfully:

vendor/bin/phpunit --debug -c phpunit.xml.dist

Create a pull request

Once your code is pushed and ready to be reviewed, you can submit a pull request.