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

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

focusly-app/mailchimp-bundle
============================

MailChimp API V3 Symfony Bundle

2.0.1(4y ago)01.5kMITPHPPHP &gt;=8.0

Since Sep 6Pushed 3y agoCompare

[ Source](https://github.com/focusly-app/mailchimp-bundle)[ Packagist](https://packagist.org/packages/focusly-app/mailchimp-bundle)[ Docs](https://github.com/welpdev/mailchimp-bundle)[ RSS](/packages/focusly-app-mailchimp-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (24)Used By (0)

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

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity78

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 ~85 days

Recently: every ~182 days

Total

23

Last Release

1665d ago

Major Versions

1.3.2 → 2.0.02021-10-18

PHP version history (2 changes)1.0.0PHP &gt;=5.6

2.0.1PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e2a62a2356a26e38726d77352371e8b028e21b322248bdb0cf8c21fafa20abe?d=identicon)[dawid-focusly](/maintainers/dawid-focusly)

---

Top Contributors

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

---

Tags

apisymfonyusermailchimpsubscriberv3

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[welp/mailchimp-bundle

MailChimp API V3 Symfony Bundle

45360.3k1](/packages/welp-mailchimp-bundle)[mailjet/mailjet-bundle

Symfony bundle for Mailjet API V3

34395.8k](/packages/mailjet-mailjet-bundle)[pacely/mailchimp-apiv3

Simple API wrapper for Mailchimp API V3

95654.6k2](/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.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[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.

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

This bundle provides a JSON RPC 2.0 implementation for Symfony

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

PHPackages © 2026

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