Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tweedegolf/mailchimp-v3-subscriber

Simple API wrapper for MailChimp API v3 to subscribe and unsubscribe people
https://github.com/tweedegolf/mailchimp-v3-subscriber

Last synced: about 2 months ago
JSON representation

Simple API wrapper for MailChimp API v3 to subscribe and unsubscribe people

Awesome Lists containing this project

README

        

# Mailchimpv3-subscriber

The package provides a simple class called MailChimpSubscriber that offers a subscribe and an unSubscribe method using MailChimp's v3 API.

It only depends on Monolog for logging and Guzzle to make the API requests.

## Install
```composer require tweedegolf/mailchimp-v3-subscriber```

## Usage
Trivial, see the MailChimpSubscriber class.

### License

This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)