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

ActiveLibrary

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 2d 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 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

1731d 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://www.gravatar.com/avatar/6a17db0c54fa18f3098f8733212b6344fa4a021f817d900449c654c2d04d9978?d=identicon)[RevisionTen](/maintainers/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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[drupal/core

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

19462.3M1.3k](/packages/drupal-core)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

63397.4k6](/packages/web-auth-webauthn-symfony-bundle)[freshcells/soap-client-bundle

SoapClientBundle for symfony

35151.0k](/packages/freshcells-soap-client-bundle)

PHPackages © 2026

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