sammaye/yii2-yiichimp A Yii2 ext for the MailChimp 3.0 API

extensionyii2-extensionsammayeyii2extensionmailchimp

yii2-yiichimp

A Yii2 ext for the MailChimp 3.0 API

This is so simple anyone can use it!

How To Install

Simply require it with composer like so:

composer require "sammaye/yii2-yiichimp":"^1.0"

How To Use

Simply add it to your configuration, for example in my main.php I add:

'mailchimp' => [
    'class' => 'sammaye\yiichimp\Chimp',
    'apikey' => 'chimp_chimp-us6'
]

and you are ready to use it like so:

var_dump(Yii::$app->mailchimp->get('/lists/9dd4930fe0/members/' . md5(strtolower('sammaye@flyingunicorns.com'))));

Please refer to MailChimp's own documentation for all other uses: http://developer.mailchimp.com/documentation/mailchimp/reference/overview/

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0 is the latest of one release



BSD-3-Clause license
Stats
2 github stars & 1 github forks
60 downloads in the last day
711 downloads in the last 30 days
79378 total downloads