Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tweedegolf/mailchimp-v3-subscriber
- Owner: tweedegolf
- License: mit
- Created: 2016-10-28T09:49:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T08:25:53.000Z (over 5 years ago)
- Last Synced: 2024-11-18T10:02:01.564Z (2 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)