PHPackages                             besmarteeinc/laravel-mailchimp-driver - 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. besmarteeinc/laravel-mailchimp-driver

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

besmarteeinc/laravel-mailchimp-driver
=====================================

Custom Laravel Mailchimp mail driver

v2.0.0(1y ago)1171MITPHPPHP ^8.3CI passing

Since Aug 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/BeSmarteeInc/laravel-mailchimp-driver)[ Packagist](https://packagist.org/packages/besmarteeinc/laravel-mailchimp-driver)[ Docs](https://github.com/besmarteeinc/laravel-mailchimp-driver)[ RSS](/packages/besmarteeinc-laravel-mailchimp-driver/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (8)Versions (5)Used By (0)

Laravel Mailchimp Driver
========================

[](#laravel-mailchimp-driver)

A simple Mailchimp mail driver package for Laravel extending the abstract mail transport functionality.

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

[](#installation)

You can install the package via composer by adding this to your composer.json:

```
{
    "repositories": [
        // ...
        {
            "type": "github",
            "url": "https://github.com/besmarteeinc/laravel-mailchimp-driver.git"
        }
    ]
}
```

Then run:

```
composer require besmarteeinc/laravel-mailchimp-driver
```

In your `services.php` config file, add the following configuration:

```
// config/services.php

return [
    // ...

    'mailchimp' => [
        'secret' => env('MAILCHIMP_KEY'),
    ],
];
```

Then set your `MAILCHIMP_KEY` in your env.

```
MAILCHIMP_KEY=
```

Add the Mailchimp mailer to your `config/mail.php`:

```
return [
    // ...

    'mailers' => [
        // ...

        'mailchimp' => [
            'transport' => 'mailchimp',
        ],

    ],

    // ...
]
```

Set the `MAIL_MAILER` value in your env to `mailchimp` to enable it:

```
MAIL_MAILER=mailchimp
```

Testing
-------

[](#testing)

```
./vendor/bin/pest
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jeffrey Pau](https://github.com/jpau-besmartee)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance40

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~262 days

Total

3

Last Release

516d ago

Major Versions

v1.0.1 → v2.0.02025-02-04

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![jpau-besmartee](https://avatars.githubusercontent.com/u/103439138?v=4)](https://github.com/jpau-besmartee "jpau-besmartee (8 commits)")[![vegabsm](https://avatars.githubusercontent.com/u/99507671?v=4)](https://github.com/vegabsm "vegabsm (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelBeSmarteeInclaravel-mailchimp-driver

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/besmarteeinc-laravel-mailchimp-driver/health.svg)

```
[![Health](https://phpackages.com/badges/besmarteeinc-laravel-mailchimp-driver/health.svg)](https://phpackages.com/packages/besmarteeinc-laravel-mailchimp-driver)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24857.5k](/packages/vormkracht10-laravel-mails)[backstage/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24884.4k13](/packages/backstage-laravel-mails)

PHPackages © 2026

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