46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown
|
# Patreon provider for the OAuth2 Client
|
||
|
|
||
|
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gravure/oauth2-patreon/blob/master/LICENSE.md)
|
||
|
[![Latest Stable Version](https://img.shields.io/packagist/v/gravure/oauth2-patreon.svg)](https://packagist.org/packages/gravure/oauth2-patreon)
|
||
|
[![Total Downloads](https://img.shields.io/packagist/dt/gravure/oauth2-patreon.svg)](https://packagist.org/packages/gravure/oauth2-patreon)
|
||
|
[![Donate](https://img.shields.io/badge/patreon-support-yellow.svg)](https://www.patreon.com/flagrow)
|
||
|
[![Join our Discord server](https://discordapp.com/api/guilds/240489109041315840/embed.png)](https://flagrow.io/join-discord)
|
||
|
|
||
|
This package provides Patreon OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
To install, use composer:
|
||
|
|
||
|
```bash
|
||
|
composer require gravure/oauth2-patreon
|
||
|
```
|
||
|
|
||
|
## Configuration
|
||
|
|
||
|
Usage is the same for every League OAuth client provider, using the following provider:
|
||
|
|
||
|
```php
|
||
|
Gravure\Patreon\Oauth\Provider\Patreon
|
||
|
```
|
||
|
|
||
|
## Support our work
|
||
|
|
||
|
We prefer to keep our work available to everyone.
|
||
|
In order to do so we rely on voluntary contributions on [Patreon](https://www.patreon.com/flagrow).
|
||
|
|
||
|
## Security
|
||
|
|
||
|
If you discover a security vulnerability within this package, please send an email to the Gravure team at security@gravure.io. All security vulnerabilities will be promptly addressed.
|
||
|
|
||
|
Please include as many details as possible to speed up this process.
|
||
|
|
||
|
## Links
|
||
|
|
||
|
- [Source code on GitHub](https://github.com/gravure/oauth2-patreon)
|
||
|
- [Changelog](https://github.com/gravure/oauth2-patreon/blob/master/CHANGELOG.md)
|
||
|
- [Report an issue](https://github.com/gravure/oauth2-patreon/issues)
|
||
|
- [Download via Packagist](https://packagist.org/packages/gravure/oauth2-patreon)
|
||
|
|
||
|
A package by [Gravure](https://gravure.io/).
|