PHPackages                             godisco/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. godisco/mailchimp-bundle

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

godisco/mailchimp-bundle
========================

Mailchimp bundle for symfony2

2575PHP

Since Nov 20Pushed 12y ago2 watchersCompare

[ Source](https://github.com/GoDisco/MailchimpBundle)[ Packagist](https://packagist.org/packages/godisco/mailchimp-bundle)[ RSS](/packages/godisco-mailchimp-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Mailchimp Bundle
================

[](#mailchimp-bundle)

This bundle wrap the Mailchimp official PHP SDK for using inside Symfony as service.

This bundle uses V2 of Mailchimp API.

Installation:
-------------

[](#installation)

Add this line to your composer.json "require" section:

### composer.json

[](#composerjson)

```
    "require": {
       ...
       "godisco/mailchimp-bundle": "dev-master"
```

Add this to your AppKernel.php (in the registerBundles() section):

### app/AppKernel.php

[](#appappkernelphp)

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        // ...
        new GoDisco\MailchimpBundle\MailchimpBundle()
    }
```

Usage:
------

[](#usage)

Just request for the `mailchimp` service.

```
$mailchimp = $container->get("mailchimp");
```

You can get your default list id by:

```
$mailchimp->getDefualtList();
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5134d1f7181d408648546bbc8d7aaa45328ed14e6c3225f65aa404a87ae5db87?d=identicon)[AlmogBaku](/maintainers/AlmogBaku)

---

Top Contributors

[![AlmogBaku](https://avatars.githubusercontent.com/u/98982?v=4)](https://github.com/AlmogBaku "AlmogBaku (8 commits)")

### Embed Badge

![Health badge](/badges/godisco-mailchimp-bundle/health.svg)

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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