Patreon
Categories
Component ID
2826778
Component name
Patreon
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
504
Component created
Component changed
Component body
Overview
Link Drupal and Patreon using the official PHP library.
The API allows Patreon Creators to pull data about user accounts, patrons, and campaigns from Patreon and make it available for use in a Drupal environment.
Features
- Link your Drupal site to your Creator account on the Patreon website.
- Interacts with the Patreon API to make data about user accounts, patrons and campaigns available to Drupal code.
- Includes helper functionality to pull specific values from the obtained results.
- includes helper functions to allow developers to create their own functionality to authorise user accounts and use Patreon data.
- The Patreon User sub-module can be used to allow users to log into a Drupal site with their Patreon accounts, creating a duplicate account on the Drupal site.
Requirements
A client key and secret must be obtained by registering at https://www.patreon.com/platform/documentation/clients. The module's endpoint (/patreon/oauth) must be registered as an allowed redirect destination in the client application.
The module uses the Libraries module to manage the use of the Patreon PHP library. If the module is enabled via drush, this will be automatically downloaded into your codebase. Otherwise, it will need manually extracting into the libraries/patreon folder.
Current Maintainer
Dale Smith (MrDaleSmith)
