Download the PHP package tabs-software/oauth2-tabs2 without Composer
On this page you can find all versions of the php package tabs-software/oauth2-tabs2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tabs-software/oauth2-tabs2
More information about tabs-software/oauth2-tabs2
Files in tabs-software/oauth2-tabs2
Download tabs-software/oauth2-tabs2
More information about tabs-software/oauth2-tabs2
Files in tabs-software/oauth2-tabs2
Vendor tabs-software
Package oauth2-tabs2
Short Description tabs 2 OAuth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Package oauth2-tabs2
Short Description tabs 2 OAuth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Please rate this library. Is it a good library?
Informations about the package oauth2-tabs2
oauth2-tabs2
tabs 2 OAuth 2.0 Client Provider for The PHP League OAuth2-Client
Install
Via Composer
Usage
Usage is the same as The League's OAuth client, using \League\OAuth2\Client\Provider\Tabs2
as the provider.
$provider = new League\OAuth2\Client\Provider\Tabs2([
'apiHost' => 'https://mockl.test.api.tabs-software.co.uk',
'clientId' => '{tabs2-client-id}',
'clientSecret' => '{tabs2-client-secret}',
'redirectUri' => 'https://example.com/callback-url', // Only required if using the authorisation code grant type
]);
All versions of oauth2-tabs2 with dependencies
PHP Build Version
Package Version
The package tabs-software/oauth2-tabs2 contains the following files
Loading the files please wait ....