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

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

welp/mailchimp-bundle
=====================

MailChimp API V3 Symfony Bundle

1.3.4(8mo ago)45364.7k↓64.9%38[4 issues](https://github.com/welpdev/mailchimp-bundle/issues)[3 PRs](https://github.com/welpdev/mailchimp-bundle/pulls)1MITPHPPHP &gt;=5.6CI failing

Since Sep 6Pushed 8mo ago8 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (24)Used By (1)

mailchimp-bundle
================

[](#mailchimp-bundle)

[![Build Status](https://camo.githubusercontent.com/00863c2c6a11db1f4c3f782bd113dfddf44bb1db6ca6537550811b1615a369d3/68747470733a2f2f7472617669732d63692e6f72672f77656c706465762f6d61696c6368696d702d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/welpdev/mailchimp-bundle)[![Packagist](https://camo.githubusercontent.com/9b53d198b9d5da882bfa71d48a17b85608220a36c69a269a1184fb34170a27ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77656c702f6d61696c6368696d702d62756e646c652e737667)](https://packagist.org/packages/welp/mailchimp-bundle)[![Packagist](https://camo.githubusercontent.com/0f4006cfa880c7763398f098b37f723aadb5023280793ac379ef11e697daab71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77656c702f6d61696c6368696d702d62756e646c652e737667)](https://packagist.org/packages/welp/mailchimp-bundle)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/welpdev/mailchimp-bundle/master/LICENSE.md)[![Documentation](https://camo.githubusercontent.com/bfd57f9d8fe91e4995e5a9d69651210d8cc5f16a9f14646f2c72e03885510804/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d67682d2d70616765732d626c75652e737667)](https://welpdev.github.io/mailchimp-bundle/)

This bundle will help you synchronise your project's newsletter subscribers into MailChimp throught MailChimp API V3.

Features
--------

[](#features)

- Use your own userProvider (basic `FosSubscriberProvider` included to interface with FosUserBundle)
- Use your own listProvider (`DoctrineListProvider` included to retrieve your list from a database)
- Synchronize Merge Fields with your config
- Synchronize your subscriber with a List
- Use lifecycle event to subscribe/unsubscribe/delete subscriber from a List
- Retrieve [MailChimp Object](https://github.com/drewm/mailchimp-api) to make custom MailChimp API V3 requests
- Register Webhooks

Setup
-----

[](#setup)

Add bundle to your project:

```
composer require welp/mailchimp-bundle
```

Add `Welp\MailchimpBundle\WelpMailchimpBundle` to your `AppKernel.php`:

```
$bundles = [
    // ...
    new Welp\MailchimpBundle\WelpMailchimpBundle(),
];
```

Minimal Configuration
---------------------

[](#minimal-configuration)

In your `config.yml`:

```
welp_mailchimp:
    api_key: YOURMAILCHIMPAPIKEY
```

More configuration on the [documentation](https://welpdev.github.io/mailchimp-bundle/configuration/).

Full Documentation
------------------

[](#full-documentation)

Look at the full documentation at

- Setup
- Configuration
- Subscriber Provider
- List Provider
- Usage
    - Synchronize merge fields
    - Full synchronization with command
    - Unit synchronization with events
        - Subscribe new User
        - Unsubscribe a User
        - Update a User
        - Change User's email address (WORKAROUND)
        - Delete a User
    - Retrieve [MailChimp Object](https://github.com/drewm/mailchimp-api) to make custom MailChimp API V3 requests
- Webhook
    - Update User when subscribe/unsubscribe

Contributing
------------

[](#contributing)

If you want to contribute to this project, look at [over here](CONTRIBUTING.md)

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance58

Moderate activity, may be stable

Popularity48

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 94.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 ~151 days

Recently: every ~549 days

Total

23

Last Release

252d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/860b87c56fb71609580e16a19de8d764f63601a86d894f5f18cdf8c40c0fbf55?d=identicon)[Nightbr](/maintainers/Nightbr)

---

Top Contributors

[![Nightbr](https://avatars.githubusercontent.com/u/4228646?v=4)](https://github.com/Nightbr "Nightbr (86 commits)")[![laurent-bientz](https://avatars.githubusercontent.com/u/6093572?v=4)](https://github.com/laurent-bientz "laurent-bientz (3 commits)")[![bassrock](https://avatars.githubusercontent.com/u/1010384?v=4)](https://github.com/bassrock "bassrock (1 commits)")[![neok](https://avatars.githubusercontent.com/u/600233?v=4)](https://github.com/neok "neok (1 commits)")

---

Tags

bundlemailchimpmailchimp-apimailchimp-bundlepackagistphpsymfonysymfony-bundlesymfony2symfony3apisymfonyusermailchimpsubscriberv3

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[pacely/mailchimp-apiv3

Simple API wrapper for Mailchimp API V3

95659.2k2](/packages/pacely-mailchimp-apiv3)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46688.8k5](/packages/deepseek-php-deepseek-php-client)[mailjet/mailjet-bundle

Symfony bundle for Mailjet API V3

34401.3k](/packages/mailjet-mailjet-bundle)[rekalogika/mapper

An object mapper for PHP and Symfony. Maps an object to another object. Primarily used for transforming an entity to a DTO and vice versa.

3853.2k1](/packages/rekalogika-mapper)[nanofelis/json-rpc-bundle

This bundle provides a JSON RPC 2.0 implementation for Symfony

1179.8k](/packages/nanofelis-json-rpc-bundle)

PHPackages © 2026

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