This repository was archived by the owner on Mar 23, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
OAuth 1/2 Provider implementations for chillerlan/php-oauth-core. PHP 8.1+
License
NotificationsYou must be signed in to change notification settings
chillerlan/php-oauth-providers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ATTENTION: This library has been abandoned and archive in favor ofchillerlan/php-oauth
Seethe wiki for advanced documentation.
- PHP 8.1+
- aPSR-18 compatible HTTP client library of your choice (there is one included, though)
- optionalPSR-17 compatible Request-, Response- and UriFactories
For documentation of the core components seechillerlan/php-oauth-core
.
requirescomposer
composer.json
(note: replacedev-main
with aversion boundary)
{"require": {"php":"^8.1","chillerlan/php-oauth-providers":"dev-main"}}
Profit!
A list of already implemented Providers.
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.
About
OAuth 1/2 Provider implementations for chillerlan/php-oauth-core. PHP 8.1+