vince614/oauth2-discord

OAuth2 provider for Discord API authentication

v1.2 2023-09-12 17:36 UTC

This package is auto-updated.

Last update: 2024-04-06 13:54:32 UTC


README

Build Status Latest Stable Version Coverage Status License Total Downloads SensioLabsInsight

Provides Discord OAuth 2.0 support for PHP League's OAuth 2.0 client. Fully compliant with the PSR-1 & PSR-2 and the PHP7 features.

Used in applications using Discord's OAuth 2.0 authorization (such as DiscordList.io).

Installation

To install, use composer

composer require chonsser/oauth2-discord

DLM logo