Learning Locker's classes for xAPI.
![Gitter](https://badges.gitter.im/Join Chat.svg)
If you have a bug, enhancement, or question you can post it in the issues, however, please see the guidelines before doing so. You may also ask questions and chat on Gitter.
Documentation can be found in the docs directory. Install using composer require learninglocker/statementfactory
.
You may contribute to this project via issues and pull request, however, please see the guidelines before doing so.
- Fork the repository.
- Clone your forked version of the repository.
- Run
composer install
. - Change the code.
- Commit and push your changes to Github.
- Repeat from Step 4 or continue to step 7.
- Create a pull request on Github (ensuring that you follow the guidelines).
- src - Source code written in PHP.
- tests - Testing code written in PHP.
- docs - Documentation written in "Github Flavoured Markdown".
You should try to ensure that ./vendor/bin/phpunit tests
runs without any errors before submitting a pull request.