https://github.com/learninglocker/statementfactory
Learning Locker's classes for xAPI.
https://github.com/learninglocker/statementfactory
Last synced: 7 months ago
JSON representation
Learning Locker's classes for xAPI.
- Host: GitHub
- URL: https://github.com/learninglocker/statementfactory
- Owner: LearningLocker
- License: gpl-3.0
- Created: 2014-12-10T13:48:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T10:15:43.000Z (almost 6 years ago)
- Last Synced: 2024-11-21T05:31:02.655Z (about 1 year ago)
- Language: PHP
- Homepage: http://learninglocker.net
- Size: 75.2 KB
- Stars: 6
- Watchers: 15
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# xAPI
> Learning Locker's classes for xAPI.
[](https://travis-ci.org/learninglocker/statementfactory)
[](https://packagist.org/packages/learninglocker/statementfactory)
[](https://packagist.org/packages/learninglocker/statementfactory)
[](https://packagist.org/packages/learninglocker/statementfactory)
[](https://gitter.im/LearningLocker/learninglocker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
If you have a bug, enhancement, or question you can post it in the [issues](/issues), however, please see the [guidelines](/contributing.md) before doing so. You may also ask questions and chat on [Gitter](https://gitter.im/LearningLocker/learninglocker).
## Users
Documentation can be found in the [docs](/docs) directory. Install using `composer require learninglocker/statementfactory`.
## Developers
You may contribute to this project via [issues](/issues) and [pull request](/pulls), however, please see the [guidelines](/contributing.md) before doing so.
### Getting Started
1. [Fork](/fork) the repository.
2. Clone your forked version of the repository.
3. Run `composer install`.
4. Change the code.
5. Commit and push your changes to Github.
6. Repeat from Step 4 or continue to step 7.
7. Create a [pull request](/pulls) on Github (ensuring that you follow the [guidelines](/contributing.md)).
### Directory Structure
- [src](/src) - Source code written in PHP.
- [tests](/tests) - Testing code written in PHP.
- [docs](/docs) - Documentation written in "Github Flavoured Markdown".
### Testing
You should try to ensure that `./vendor/bin/phpunit tests` runs without any errors before submitting a pull request.