Download the PHP package chillerlan/php-oauth-providers without Composer
On this page you can find all versions of the php package chillerlan/php-oauth-providers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chillerlan/php-oauth-providers
More information about chillerlan/php-oauth-providers
Files in chillerlan/php-oauth-providers
Download chillerlan/php-oauth-providers
More information about chillerlan/php-oauth-providers
Files in chillerlan/php-oauth-providers
Vendor chillerlan
Package php-oauth-providers
Short Description OAuth 1/2 Provider implementations for chillerlan/php-oauth-core. PHP 7.4+
License MIT
Homepage https://github.com/chillerlan/php-oauth-providers
Package php-oauth-providers
Short Description OAuth 1/2 Provider implementations for chillerlan/php-oauth-core. PHP 7.4+
License MIT
Homepage https://github.com/chillerlan/php-oauth-providers
Keywords mailchimpapiamazonclientoauthoauth2bitbucketwordpressgithubtwittergooglevimeopaypalstripediscogsspotifyflickrinstagramsteammicrosoftlastfmfoursquaresoundcloudgitlabtumblrtwitchrfc6749musicbrainzDeezermixclouddeviantartOpenStreetMapslackimgurpsr-7gitterbattlenetguildwars2discordnprpsr-17mastodonpatreonpsr-18bigcartelopencachingrfc5849
Please rate this library. Is it a good library?
Informations about the package php-oauth-providers
chillerlan/php-oauth-providers
ATTENTION: This library has been abandoned and archive in favor of chillerlan/php-oauth
Documentation
See the wiki for advanced documentation.
Requirements
- PHP 8.1+
- a PSR-18 compatible HTTP client library of your choice (there is one included, though)
- optional PSR-17 compatible Request-, Response- and UriFactories
For documentation of the core components see chillerlan/php-oauth-core
.
Installation
requires composer
composer.json
(note: replace dev-main
with a version boundary)
Profit!
Supported Providers
A list of already implemented Providers.
Provider | API keys | revoke access | OAuth | ClientCredentials |
---|---|---|---|---|
Amazon | link | 2 | ||
BattleNet | link | link | 2 | ✓ |
BigCartel | link | link | 2 | |
Bitbucket | link | 2 | ✓ | |
Deezer | link | link | 2 | |
DeviantArt | link | link | 2 | ✓ |
Discogs | link | link | 1 | |
Discord | link | 2 | ✓ | |
Flickr | link | link | 1 | |
Foursquare | link | link | 2 | |
GitHub | link | link | 2 | |
GitLab | link | 2 | ✓ | |
link | link | 2 | ||
GuildWars2 | link | link | 2 | |
Imgur | link | link | 2 | |
link | link | 2 | ||
LastFM | link | link | - | |
MailChimp | link | 2 | ||
Mastodon | [link]() | 2 | ||
MicrosoftGraph | link | link | 2 | |
Mixcloud | link | link | 2 | |
MusicBrainz | link | link | 2 | |
NPROne | link | 2 | ||
OpenCaching | link | link | 1 | |
OpenStreetmap | link | 1 | ||
OpenStreetmap2 | link | 2 | ||
Patreon | link | 2 | ||
PayPal | link | 2 | ✓ | |
PayPalSandbox | link | 2 | ✓ | |
Slack | link | link | 2 | |
SoundCloud | link | link | 2 | ✓ |
Spotify | link | link | 2 | ✓ |
SteamOpenID | link | - | ||
Stripe | link | link | 2 | |
Tumblr | link | link | 1 | |
Tumblr2 | link | link | 2 | |
Twitch | link | link | 2 | ✓ |
link | link | 1 | ||
TwitterCC | link | link | 2 | ✓ |
Vimeo | link | link | 2 | ✓ |
WordPress | link | link | 2 | |
YouTube | link | link | 2 |
Disclaimer
OAuth tokens are secrets and should be treated as such. Store them in a safe place,
consider encryption.
I won't take responsibility for stolen auth tokens. Use at your own risk.
All versions of php-oauth-providers with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-simplexml Version *
chillerlan/php-oauth-core Version ^4.0
psr/http-client Version ^1.0
psr/http-message Version ^1.0
ext-curl Version *
ext-json Version *
ext-simplexml Version *
chillerlan/php-oauth-core Version ^4.0
psr/http-client Version ^1.0
psr/http-message Version ^1.0
The package chillerlan/php-oauth-providers contains the following files
Loading the files please wait ....