shippinno / oauth2-base
BASE OAuth 2.0 Client Provider for The PHP League OAuth2-Client
v0.4.0
2017-06-14 17:28 UTC
Requires
- php: >=5.6.0
- league/oauth2-client: ^2.2
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2024-12-08 03:52:10 UTC
README
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.