PHPackages                             mlpz/mailchimp-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mlpz/mailchimp-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

mlpz/mailchimp-bundle
=====================

mailchimp bundle

v1.3(11y ago)54116.9k26[10 issues](https://github.com/miguel250/MZMailChimpBundle/issues)[2 PRs](https://github.com/miguel250/MZMailChimpBundle/pulls)MITPHPPHP &gt;=5.3.2

Since Jul 9Pushed 9y ago8 watchersCompare

[ Source](https://github.com/miguel250/MZMailChimpBundle)[ Packagist](https://packagist.org/packages/mlpz/mailchimp-bundle)[ Docs](http://www.mlpz.mp)[ RSS](/packages/mlpz-mailchimp-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

MZMailChimpBundle
=================

[](#mzmailchimpbundle)

Symfony2 bundle for [MailChimp](http://apidocs.mailchimp.com/api/1.3/index.php) API And [Export API](http://apidocs.mailchimp.com/export/1.0/)

[![Build Status](https://camo.githubusercontent.com/9e2bff1f232e2fb4120c7e676a501d861571f0888253c9b471a8b230d6d5187d/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d696775656c3235302f4d5a4d61696c4368696d7042756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/miguel250/MZMailChimpBundle) [![Total Downloads](https://camo.githubusercontent.com/cccedac0f414712980622219cdb99ad5338d04cde8a145d677ba4e52660ab3aa/68747470733a2f2f706f7365722e707567782e6f72672f6d6c707a2f6d61696c6368696d702d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mlpz/mailchimp-bundle) [![Latest Stable Version](https://camo.githubusercontent.com/3e4436fcbf725dc0f604da3b89af83387099b3fd9b074b5d54ad3175f560ba3e/68747470733a2f2f706f7365722e707567782e6f72672f6d6c707a2f6d61696c6368696d702d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mlpz/mailchimp-bundle)

**License**

MZMailChimpBundle is licensed under the MIT License - see the `Resources/meta/LICENSE` file for details

**MailChimp API Method Supported**

1. `listSubscribe`
2. `listUnSubscribe`
3. `listUpdateMember`
4. `listInterestGroupingAdd`
5. `campaignCreate`
6. `campaignSendTest`
7. `campaignSendNow`
8. `listStaticSegmentAdd`
9. `listStaticSegmentMembersAdd`
10. `listStaticSegments`
11. `campaigns`
12. `campaignStats`

**MailChimp Export API Method Supported**

`1. list`

Need support for a method not on the list submit an [issue](MZMailChimpBundle/issues/new)

Setup
-----

[](#setup)

### Step 1: Download MZMailChimpBundle using composer

[](#step-1-download-mzmailchimpbundle-using-composer)

Add MZMailChimpBundle in your composer.json:

```
{
    "require": {
        "mlpz/mailchimp-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update mlpz/mailchimp-bundle
```

Composer will install the bundle to your project's `vendor/mlpz` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
