2017 © Pedro Peláez
 

library oauth2-doo

doo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

image

jpbernius/oauth2-doo

doo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  • Friday, July 13, 2018
  • by jpbernius
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,794 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 11 % Grown

The README.md

doo Provider for OAuth 2.0 Client

Build Status Build Status Scrutinizer Code Quality Code Coverage License Total Downloads, (*1)

This package provides doo OAuth 2.0 support for the PHP League's OAuth 2.0 Client., (*2)

Installation

To install, use composer:, (*3)

composer require jpbernius/oauth2-doo

Usage

Usage is the same as The League's OAuth client, using JPBernius\OAuth2\Client\Provider\DooProvider as the provider., (*4)

Authorization Code Flow

$provider = new JPBernius\OAuth2\Client\Provider\DooProvider([
    'clientId' => 'YOUR_CLIENT_ID',
    'clientSecret' => 'YOUR_CLIENT_SECRET'
]);

$token = $provider->getAccessToken('client_credentials');

The Versions

13/07 2018

dev-master

9999999-dev

doo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth2 authorisation doo