earlhickey/pg-mailchimp 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

earlhickey/pg-mailchimp

Composer 安装命令:

composer require earlhickey/pg-mailchimp

包简介

ZF2 module for MailChimp 2.0 API

README 文档

README

ZF2 MailChimp Module

Installation

Main Setup

By cloning project

  1. Install the PgMailchimp ZF2 module by cloning it into ./vendor/.
  2. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:

    "require": {
        "earlhickey/pg-mailchimp": "1.*"
    }
  2. Now tell composer to download PgMailchimp by running the command:

    $ php composer.phar update

Post installation

  1. Enabling it in your application.config.php file.

    <?php
    return array(
        'modules' => array(
            // ...
            'PgMailchimp',
        ),
        // ...
    );
  2. Copy ./vendor/earlhickey/PgMailchimp/config/pg-mailchimp.global.php.dist to ./config/autoload/pg-mailchimp.global.php and change the values as desired.

Usage

  1. Subscribe

    //  create recipient
    $recipient = new \stdClass();
    $recipient->firstname = 'John';
    $recipient->lastname = 'Doe';
    $recipient->gender = '';
    $recipient->dateOfBirth = '';
    $recipient->email = 'johndoe@domain.com';
    
    $subscribe = $this->mailchimp()->subscribe($recipient);
  2. Unsubscribe

    //  create recipient
    $recipient = new \stdClass();
    $recipient->email = 'johndoe@domain.com';
    
    $unsubscribe = $this->mailchimp()->unsubscribe($recipient);

统计信息

  • 总下载量: 1.51k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-07-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固