sammaye/yii2-mailchimp
Composer 安装命令:
composer require sammaye/yii2-mailchimp
包简介
MailChimp plugin for the Yii2 framework
README 文档
README
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.
统计信息
- 总下载量: 82.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-03-19