tweedegolf / mailchimp-v3-subscriber
Simple wrapper around the MailChimp v3 API to subscribe and unsubscribe people from you mailing lists
Installs: 3 086
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- guzzlehttp/guzzle: ^6.0
- monolog/monolog: ^1.5
This package is auto-updated.
Last update: 2023-06-29 10:26:41 UTC
README
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