Download the PHP package accredible/acms-api-php without Composer
On this page you can find all versions of the php package accredible/acms-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download accredible/acms-api-php
More information about accredible/acms-api-php
Files in accredible/acms-api-php
Package acms-api-php
Short Description PHP wrappers for Accredible ACMS API
License MIT
Informations about the package acms-api-php
Accredible API PHP SDK
Overview
The Accredible platform enables organizations to create, manage and distribute digital credentials as digital certificates or open badges.
An example digital certificate and badge can be viewed here: https://www.credential.net/10000005
This Composer package wraps the Accredible API in PHP for easy integration into projects. The full REST API documentation can be found here: http://docs.accrediblecredentialapi.apiary.io/
Example Output
Install
Usage
Add use ACMS\Api;
to the class you'd like to use the API in.
Bug reports
If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us fixing the possible bug. We also encourage you to help even more by forking and sending us a pull request.
https://github.com/accredible/acms-php-api/issues
License
This project is open-sourced software licensed under the MIT license
Todo
- Make batch comsumption easier (example https://github.com/facebook/php-graph-sdk/blob/ad21129edb95196d04e4e69a464702215ad8c255/src/Facebook/FacebookBatchRequest.php) and document
- Add evidence item endpoints
- Add reference endpoints
- Add additional test suite using mocks