This package provides SceneId OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
To install, use composer:
composer require potibm/oauth2-sceneid
Usage is the same as The League's OAuth client, using potibm\SceneIdOauth2\SceneIdProvider
as the provider.
$provider = new potibm\SceneIdOauth2\SceneIdProvider([
'clientId' => '{sceneid-client-id}',
'clientSecret' => '{sceneid-client-secret}',
'redirectUri' => 'https://example.com/callback-url',
]);
The MIT License (MIT). Please see License File for more information.