Download the PHP package firewards/getrevue-php without Composer
On this page you can find all versions of the php package firewards/getrevue-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download firewards/getrevue-php
More information about firewards/getrevue-php
Files in firewards/getrevue-php
Package getrevue-php
Short Description Simple access interface to GetRevue's web API.
License MIT
Informations about the package getrevue-php
GetRevue PHP
Unofficial GetRevue PHP API for v2.
This package makes it simple to access GetRevues's web API. Checkout https://www.getrevue.co/api for more information on GetRevue's API.
Install
Via Composer
Requirements
The following versions of PHP are supported.
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 7.4
API Key
All API calls require an API Key. You can find your API Key in the GetRevue Account page under the Integrations tab (scroll all the way down).
Usage
Start by using GetRevueAPI and creating an instance with your ConvertKit API key
Examples
Add a new email to your list of subscribers.
Unsubscribe an existing subscriber by email. Revue is not returning any success or failure codes.
Get all subscribers and iterate through them. Revue's API does not support paging, yet. The API will return 5000 subscribers.
Get all available lists (subscriber groups).
Return information about a specific list using its id.
License
The MIT License (MIT). Please see License File for more information.
Sponsor
This package is sponsored by www.firewards.com, Firewards makes it easy to setup a referral and rewards program for your email list and newsletter.
All versions of getrevue-php with dependencies
guzzlehttp/guzzle Version ^6.3
monolog/monolog Version 2.*
ext-json Version *