Download the PHP package previewtechs/oauth2-client without Composer
On this page you can find all versions of the php package previewtechs/oauth2-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download previewtechs/oauth2-client
More information about previewtechs/oauth2-client
Files in previewtechs/oauth2-client
Package oauth2-client
Short Description Official OAuth2 Client for Preview Technologies
License MIT
Informations about the package oauth2-client
Previewtechs Provider for OAuth 2.0 Client
This package provides Preview Technologies Limited OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
To install, use composer:
Usage
Usage is the same as The League's OAuth client, using \Previewtechs\Oauth2\Client\Provider
as the provider.
Authorization Code Flow
For further usage of this package please refer to the core package documentation on "Authorization Code Grant".
To get a full list of scopes, please go to List of available OAuth2.0 scopes
Refreshing a Token
For further usage of this package please refer to the core package documentation on "Refreshing a Token".
Complete Usage
Contributing
Please see CONTRIBUTING page for details.
Credits
License
The MIT License (MIT)
Notes: heavily inspired from The PHP League Third Party Provider's libraries