Awesome
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)
{
"require": {
"php": "^8.1",
"chillerlan/php-oauth-providers": "dev-main"
}
}
Profit!
Supported Providers
A list of already implemented Providers.
<!--A-->Disclaimer
OAuth tokens are secrets and should be treated as such. Store them in a safe place, consider encryption.<br/> I won't take responsibility for stolen auth tokens. Use at your own risk.