tweedegolf / mailchimp-v3-subscriber
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
Requires
- php: >=5.4
- guzzlehttp/guzzle: ^6.0
- monolog/monolog: ^1.5
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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