chonsser/oauth2-discord

This package is abandoned and no longer maintained. No replacement package was suggested.

OAuth2 provider for Discord API authentication

v1.1.0 2020-12-28 12:56 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