Version 0.1.0
This version of the SDK allows you to implement OAuth.io's server side flow on your PHP backend. The following features are supported :
- state token generation
- access_token retrieval server-side
- standard API requests .get|post|put|delete|patch
- unified me() request
To install this version, just add the following in your composer.json dependencies list :
"require": {
...
"oauth-io/oauth": "0.1.0"
...
},