PHPackages                             revision-ten/mailchimp - 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. revision-ten/mailchimp

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

revision-ten/mailchimp
======================

A very minimal Mailchimp integration for Symfony

1.0.0(4y ago)2584MITPHPPHP ^7.4

Since Feb 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/RevisionTen/mailchimp)[ Packagist](https://packagist.org/packages/revision-ten/mailchimp)[ RSS](/packages/revision-ten-mailchimp/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

revision-ten/mailchimp
======================

[](#revision-tenmailchimp)

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

[](#installation)

#### Install via composer

[](#install-via-composer)

Run `composer req revision-ten/mailchimp`.

### Add the Bundle

[](#add-the-bundle)

Add the bundle to your AppKernel (Symfony 3.4.\*) or your Bundles.php (Symfony 4.\*).

Symfony 3.4.\* /app/AppKernel.php:

```
new \RevisionTen\Mailchimp\MailchimpBundle(),
```

Symfony 4.\* /config/bundles.php:

```
RevisionTen\Mailchimp\MailchimpBundle::class => ['all' => true],
```

### Configuration

[](#configuration)

Configure the bundle:

```
# Mailchimp example config.
mailchimp:
    api_key: 'XXXXXXXXXXXXXXXXXXXXXXX-us5' # Your mailchimp api key.
    campaigns:
        dailyNewsletterCampagin:
            list_id: '123456' # Id of your newsletter list.
```

### Usage

[](#usage)

Use the MailchimpService to subscribe users.

Symfony 3.4.\* example:

```
$mailchimpService = $this->container->get(MailchimpService::class);

$subscribed = $mailchimpService->subscribe('dailyNewsletterCampagin', 'visitor.email@domain.tld', 'My Website', [
    'FNAME' => 'John',
    'LNAME' => 'Doe',
]);
```

Or unsubscribe users:

```
$mailchimpService = $this->container->get(MailchimpService::class);

$unsubscribed = $mailchimpService->unsubscribe('dailyNewsletterCampagin', 'visitor.email@domain.tld');
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~917 days

Total

2

Last Release

1779d ago

Major Versions

0.0.1 → 1.0.02021-08-16

PHP version history (2 changes)0.0.1PHP ^7.1

1.0.0PHP ^7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38556227?v=4)[RevisionTen](/maintainers/RevisionTen)[@RevisionTen](https://github.com/RevisionTen)

---

Top Contributors

[![TAR5](https://avatars.githubusercontent.com/u/67231872?v=4)](https://github.com/TAR5 "TAR5 (6 commits)")

---

Tags

mailchimpSymfony Bundle

### Embed Badge

![Health badge](/badges/revision-ten-mailchimp/health.svg)

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

###  Alternatives

[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k58](/packages/open-dxp-opendxp)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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