yii2-mailchimp A Yii2 Mailchimp plugin

Yii2 MailChimp extension.

This is the most dirt simple extension you could ever imagine, literally this is how you use it:

$mc = new sammaye\mailchimp\Mailchimp(['apikey' => 'lalala']);
$mc->lists->getList();

The class is merely a layer that calls __call on everything that comes in and passes it to the actual Mailchimp API wrapper.

You can find the repository here.

For support please post an issue.

Please refer to the documentation for...documentation: here.

To find the Mailchimp API wrapper you can go to Bitbucket.

3 0
7 followers
0 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: Mail
Developed by: Sammaye
Created on: Mar 19, 2014
Last updated: 10 years ago

Related Extensions