PHPackages                             zfr/zfr-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. zfr/zfr-mailchimp-bundle

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

zfr/zfr-mailchimp-bundle
========================

Symfony bundle for integrating the ZfrMailChimp library

v2.0.0(12y ago)825.8k5[1 PRs](https://github.com/zf-fr/zfr-mailchimp-bundle/pulls)MITPHP

Since Aug 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/zf-fr/zfr-mailchimp-bundle)[ Packagist](https://packagist.org/packages/zfr/zfr-mailchimp-bundle)[ Docs](https://github.com/zf-fr/zfr-mailchimp-bundle)[ RSS](/packages/zfr-zfr-mailchimp-bundle/feed)WikiDiscussions master Synced 2mo ago

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

ZfrMailChimpBundle
==================

[](#zfrmailchimpbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/3b7d43ee0463dc4d90ab06996a17d18f8b4ed1e0d3c45e54f9c33e8908c3e0ca/68747470733a2f2f706f7365722e707567782e6f72672f7a66722f7a66722d6d61696c6368696d702d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/zfr/zfr-mailchimp-bundle)

A Symfony 2 bundle for the [ZfrMailChimp](https://github.com/zf-fr/zfr-mailchimp) library.

Installation
------------

[](#installation)

To install the bundle, require it through composer via the command line:

```
php composer.phar require zfr/zfr-mailchimp-bundle
```

or via your composer.json file:

```
{
    "require": {
        "zfr/zfr-mailchimp-bundle": "2.*"
    }
}
```

To have composer download the needed files, run:

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

This will place the bundle (and the ZfrMailChimp library) inside the `vendor/zfr` directory of your project.

Next, enable the bundle in your project by adding it to the AppKernel:

```
