sammaye/yii2-mailchimp MailChimp plugin for the Yii2 framework

extensionyii2-extensionsammayeyii2extensionmailchimp

yii2-mailchimp

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();

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist sammaye/yii2-mailchimp "*"

or add

"sammaye/yii2-mailchimp": "*"

to the require section of your composer.json file.

Set Up

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

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

For support please post an issue.

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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.2 is the latest of 3 releases



BSD-3-Clause license
Stats
4 github stars & 5 github forks
29 downloads in the last day
517 downloads in the last 30 days
74132 total downloads