PHPackages                             djamadeus/mailchimp-bundle2 - 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. djamadeus/mailchimp-bundle2

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

djamadeus/mailchimp-bundle2
===========================

Symfony2 Bundle for Mailchimp v2.0 API and Export v1.0 API

1.0.2(4y ago)072MITPHPPHP &gt;=5.3.2

Since Sep 5Pushed 3y agoCompare

[ Source](https://github.com/Wunderdata/MailchimpBundle)[ Packagist](https://packagist.org/packages/djamadeus/mailchimp-bundle2)[ Docs](https://github.com/MikeRoetgers/MailchimpBundle)[ RSS](/packages/djamadeus-mailchimp-bundle2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

MailchimpBundle
===============

[](#mailchimpbundle)

Symfony2 Bundle for Mailchimp 2.0 API and Export 1.0 API

[![Build Status](https://camo.githubusercontent.com/6231dbcaf0eaa65d461aa76b74962d37eee3ad22de55b23f499f386e2933b3bc/68747470733a2f2f7472617669732d63692e6f72672f4d696b65526f6574676572732f4d61696c6368696d7042756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/MikeRoetgers/MailchimpBundle)

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

[](#installation)

The bundle can be installed via [Composer](http://getcomposer.org). You can find it on [Packagist](https://packagist.org/packages/wunderdata/mailchimp-bundle).

Configuration
-------------

[](#configuration)

Just add the following lines to your `app/config/config.yml`

```
wunderdata_mailchimp:
    apikey: verysecretkey-us1
    opts:
        debug: false
        timeout: 600

```

Usage
-----

[](#usage)

The bundle uses the official PHP implementation of the Mailchimp 2.0 API. There is no wrapper class or anything around it. They have an [example project](https://github.com/mailchimp/mcapi2-php-examples) to get you started.

You can get a ready-to-use instance of the Mailchimp client from the container:

```
// example action in a controller

public function exampleAction()
{
    $client = $this->get('wunderdata_mailchimp.client');
}
```

Unfortunately there is no official PHP implementation of the Export 1.0 API. Its implementation can be found in the class `\Wunderdata\MailchimpBundle\Client\ExportClient`. It is using [Buzz](https://github.com/kriswallsmith/Buzz) internally to perform the needed HTTP requests.

You can get a ready-to-use instance of the export client from the container:

```
// example action in a controller

public function exampleAction()
{
    $client = $this->get('wunderdata_mailchimp.export_client');
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1525 days

Total

3

Last Release

1589d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/813ad8d26110291c94ad187cffc4ce78c1c575446b70eb27c7fe59c71f58a5cb?d=identicon)[djamadeus](/maintainers/djamadeus)

---

Top Contributors

[![MikeRoetgers](https://avatars.githubusercontent.com/u/217206?v=4)](https://github.com/MikeRoetgers "MikeRoetgers (14 commits)")[![djamadeus](https://avatars.githubusercontent.com/u/5102894?v=4)](https://github.com/djamadeus "djamadeus (2 commits)")

---

Tags

apiemailmailchimp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/djamadeus-mailchimp-bundle2/health.svg)

```
[![Health](https://phpackages.com/badges/djamadeus-mailchimp-bundle2/health.svg)](https://phpackages.com/packages/djamadeus-mailchimp-bundle2)
```

###  Alternatives

[ecomailcz/ecomail

Ecomail.cz API Wrapper

17383.8k4](/packages/ecomailcz-ecomail)[camfindlay/apes

The Automated Provision of Email Services (APES) module will allow you to set up an automated sync mechanism between the SilverStripe Member DataObject and MailChimp.

122.6k](/packages/camfindlay-apes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
