Skip to content

shep517/oauth2-close

Repository files navigation

Close Provider for OAuth 2.0 Client

Installation

To install, use composer:

composer require shep517/oauth2-close

Usage

Usage is the same as The League's OAuth client, using \Shep517\OAuth2\Client\Provider\Close as the provider.

Authorization Code Flow

$provider = new \Shep517\OAuth2\Client\Provider\Close([
    'clientId'          => '{close-client-id}',
    'clientSecret'      => '{close-client-secret}',
    'redirectUri'       => 'https://example.com/callback-url',
]);

For further usage of this package please refer to the core package documentation on "Authorization Code Grant".

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Close.io OAuth2 library for phpleague

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages