An open source Learning Record Store (LRS) implementing the xAPI (Tin Can API).
![Gitter](https://badges.gitter.im/Join Chat.svg)
Learning Locker is copyright HT2
Please see our documentation for installation, configuration, and usage instructions.
You may contribute to this project by:
- Install Learning Locker's requirements.
- Install and setup Learning Locker.
- Change the code.
- Test your code by ensuring that
./vendor/bin/phpunit
runs without any errors. - Repeat from Step 3 or continue to step 6.
- Commit and push your changes to Github.
- Create a pull request on Github (ensuring that you follow the guidelines).
Note that Learning Locker is built upon the Laravel PHP framework. To learn more about the code structure, please view the Laravel documentation.