Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.01 KB

BASE Provider for OAuth 2.0 Client

Build Status Scrutinizer Code Quality Code Coverage Build Status

BASE API OAuth 2.0 support for the PHP League’s OAuth 2.0 Client.

Installation

$ composer require shippinno/oauth2-base

Usage

Usage is just the same as The League's OAuth client, using \Shippinn\Base\OAuth2\Client\Provider\BaseProvider as the provider.