8000 Release Version 0.1.0 · oauth-io/sdk-php · GitHub
[go: up one dir, main page]

Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@william26 william26 released this 07 May 16:39
· 43 commits to master since this release

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"
        ...
},
0