shippinno / oauth2-base
BASE OAuth 2.0 Client Provider for The PHP League OAuth2-Client
Installs: 3 878
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 6
Forks: 0
pkg:composer/shippinno/oauth2-base
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: 2025-09-28 07:43:41 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.