shep517/oauth2-close

Close.io OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1.0.0 2023-08-17 15:59 UTC

This package is not auto-updated.

Last update: 2024-06-11 23:12:27 UTC


README

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.