gufy/mailchimp
最新稳定版本:v1.1.0
Composer 安装命令:
composer require gufy/mailchimp
包简介
Mailchimp API 3.0 for PHP
README 文档
README
Installation
Just run this command on terminal under your active directory
composer require gufy/mailchimp:~1
Or update your composer.json by adding this line on your require key
{
"require":{
"gufy/mailchimp":"~1"
}
}
Then run composer update on your terminal
Usage
<?php use Gufy\Mailchimp\Mailchimp; $mailchimp = new Mailchimp($username, $api_key); // change $username and $api_key with your credential $lists = $mailchimp->get('lists'); $create_list = $mailchimp->post('lists', $parameters);
Next Thing
I'm about to write the package easier to use. Such as Creating List with simple script. If you have any ideas, or improvement in this package, just create an issue or pull a request. I love to discuss something awesome. 👍
统计信息
- 总下载量: 2.89k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-25