Download the PHP package datingvip/oauth2-client without Composer
On this page you can find all versions of the php package datingvip/oauth2-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download datingvip/oauth2-client
More information about datingvip/oauth2-client
Files in datingvip/oauth2-client
Download datingvip/oauth2-client
More information about datingvip/oauth2-client
Files in datingvip/oauth2-client
Vendor datingvip
Package oauth2-client
Short Description OAuth 2.0 Client Library
License MIT
Homepage https://github.com/datingvip/oauth2-client
Package oauth2-client
Short Description OAuth 2.0 Client Library
License MIT
Homepage https://github.com/datingvip/oauth2-client
Please rate this library. Is it a good library?
Informations about the package oauth2-client
OAuth 2.0 Client Library
This library makes it stupidly simple to integrate your application with OAuth 2.0 identity providers. It has built in support for:
- Github
- Microsoft
Adding support for other providers is trivial.
The library requires PHP 5.3+ and is PSR-0 compatible.
Usage
List of built-in identity providers
Provider | uid | nickname | name | first_name | last_name | location | description | imageUrl | urls | |
---|---|---|---|---|---|---|---|---|---|---|
string | string | string | string | string | string | string | string | string | array (Facebook) | |
Github | string | string | string | null | null | string | null | null | null | array (Github, [personal]) |
string | string | string | string | string | string | null | null | string | null | |
string | string | string | null | null | null | null | string | string | null | |
string | null | string | null | null | string | string | string | string | string | |
Microsoft | string | null | string | string | string | string | null | null | string | string |
Notes: Providers which return URLs sometimes include additional URLs if the user has provided them. These have been wrapped in []
All versions of oauth2-client with dependencies
PHP Build Version
Package Version
The package datingvip/oauth2-client contains the following files
Loading the files please wait ....