tweedegolf / mailchimp-v3-subscriber
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple wrapper around the MailChimp v3 API to subscribe and unsubscribe people from you mailing lists
Package info
github.com/tweedegolf/mailchimp-v3-subscriber
pkg:composer/tweedegolf/mailchimp-v3-subscriber
v1.0.3
2019-06-11 08:25 UTC
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