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)1161MITPHPPHP ^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 1mo 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 75% of packages

Maintenance42

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

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

469d 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://www.gravatar.com/avatar/83189b46211cfe25a536d8231a045e2a9f451d84f2171fc847ccf07423df210e?d=identicon)[fvega](/maintainers/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

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[xammie/mailbook

Laravel Mail Explorer

482458.3k1](/packages/xammie-mailbook)[spatie/laravel-notification-log

Log notifications sent by your Laravel app

207902.8k](/packages/spatie-laravel-notification-log)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

773.5M](/packages/therobfonz-laravel-mandrill-driver)

PHPackages © 2026

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