zfr/zfr-mailchimp-module
Composer 安装命令:
composer require zfr/zfr-mailchimp-module
包简介
Zend Framework 2 module for interacting with the v2 MailChimp API, built on top of ZfrMailChimp
README 文档
README
ZfrMailChimpModule is a Zend Framework 2 module based on ZfrMailChimp.
Requirements
- PHP 5.3
- Zend Framework 2
- ZfrMailChimp
Installation
We recommend you to use Composer to install ZfrMailChimp:
php composer.phar require zfr/zfr-mailchimp-module:2.*
Enable ZfrMailChimpModule in your application.config.php, then copy-paste the file zfr_mailchimp.local.php.dist (that
you can find in the config folder of the module) to your autoload folder (don't forget to remove the .dist at
the end!).
Usage
The module registers the MailChimpClient to the ZF 2 service manager. You can therefore get it like this:
// If you want to client: $mailChimpClient = $serviceManager->get('ZfrMailChimp\Client\MailChimpClient');
统计信息
- 总下载量: 11.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-17