Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chonsser/oauth2-discord
Discord OAuth2 provider
https://github.com/chonsser/oauth2-discord
discord discordapi discordapp discordlist oauth2
Last synced: about 1 month ago
JSON representation
Discord OAuth2 provider
- Host: GitHub
- URL: https://github.com/chonsser/oauth2-discord
- Owner: chonsser
- License: mit
- Archived: true
- Created: 2017-05-31T18:46:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T17:44:26.000Z (over 2 years ago)
- Last Synced: 2024-05-16T16:20:20.114Z (6 months ago)
- Topics: discord, discordapi, discordapp, discordlist, oauth2
- Language: PHP
- Size: 87.9 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![oauth2-discord logo](http://i.imgur.com/cTj9sCa.png)
====
[![Build Status](https://travis-ci.org/chonsser/oauth2-discord.svg?branch=master)](https://travis-ci.org/chonsser/oauth2-discord)
[![Latest Stable Version](https://poser.pugx.org/chonsser/oauth2-discord/version)](https://packagist.org/packages/chonsser/oauth2-discord)
[![Coverage Status](https://coveralls.io/repos/github/chonsser/oauth2-discord/badge.svg?branch=master)](https://coveralls.io/github/chonsser/oauth2-discord?branch=master)
[![License](https://poser.pugx.org/chonsser/oauth2-discord/license)](https://packagist.org/packages/chonsser/oauth2-discord)
[![Total Downloads](https://poser.pugx.org/chonsser/oauth2-discord/downloads)](https://packagist.org/packages/chonsser/oauth2-discord)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/7248b0ba-a16a-4436-9afe-9716d64d62b9/mini.png)](https://insight.sensiolabs.com/projects/7248b0ba-a16a-4436-9afe-9716d64d62b9)Provides [Discord](https://discordapp.com/) OAuth 2.0 support for PHP League's [OAuth 2.0 client](https://github.com/thephpleague/oauth2-client). Fully compliant with the [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md) & [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and the [PHP7 features](http://php.net/manual/en/migration70.new-features.php).
Used in applications using Discord's OAuth 2.0 authorization (such as [DiscordList.io](https://discordlist.io)).
## Installation
To install, use composer
```
composer require chonsser/oauth2-discord
```[![DLM logo](http://i.imgur.com/j10tczn.png)](https://discordlist.io)