alkurn/yii2-mailchimp

MailChimp plugin for the Yii2 framework

Installs: 248

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2021-04-06 14:15 UTC

This package is not auto-updated.

Last update: 2024-05-02 04:06:42 UTC


README

Yii2 MailChimp extension.

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

$mc = new alkurn\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 alkurn/yii2-mailchimp "dev-master"

or add

"alkurn/yii2-mailchimp": "dev-master"

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.