dev-master
9999999-devdoo OAuth 2.0 Client Provider for The PHP League OAuth2-Client
MIT
The Requires
- php >=5.5.0
- league/oauth2-client ~1.1
The Development Requires
authorization oauth client oauth2 authorisation doo
doo OAuth 2.0 Client Provider for The PHP League OAuth2-Client
This package provides doo OAuth 2.0 support for the PHP League's OAuth 2.0 Client., (*2)
To install, use composer:, (*3)
composer require jpbernius/oauth2-doo
Usage is the same as The League's OAuth client, using JPBernius\OAuth2\Client\Provider\DooProvider
as the provider., (*4)
$provider = new JPBernius\OAuth2\Client\Provider\DooProvider([ 'clientId' => 'YOUR_CLIENT_ID', 'clientSecret' => 'YOUR_CLIENT_SECRET' ]); $token = $provider->getAccessToken('client_credentials');
doo OAuth 2.0 Client Provider for The PHP League OAuth2-Client
MIT
authorization oauth client oauth2 authorisation doo