Download the PHP package openlrw/api-client without Composer
On this page you can find all versions of the php package openlrw/api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download openlrw/api-client
More information about openlrw/api-client
Files in openlrw/api-client
Package api-client
Short Description PHP client for Apereo OpenLRW API
License ECL-2.0
Homepage https://github.com/Apereo-Learning-Analytics-Initiative/OpenLRW-php-api-client
Informations about the package api-client
OpenLRW - PHP Api Client
The easiest way to implement OpenLRW into your PHP applications (the documentation is not finished)
Client aimed to request the OpenLRW API in an easy way but also to manipulate objects from these requests.
Requirements
- PHP >= 5.6
Install
$ composer require openlrw/api-client
Usage
Initialize the client
Check if the server is up
Generate a JSON Web Token
OneRoster objects
All the OneRoster models are not yet implemented, send an issue to let us know if you need a new collection
Example of the basic functions with the User Collection
All the OneRoster models have those functions
Some examples of the specific functions per class
Check the classes to know all those specific functions
Generic usage
Helpers
Execute tests
Since it is an API Client, you will have to edit the credentials in order to log onto the API