PHPackages                             yaroslawww/laravel-mail-marketing - 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. yaroslawww/laravel-mail-marketing

Abandoned → [think.studio/laravel-mail-marketing](/?search=think.studio%2Flaravel-mail-marketing)Library[Mail &amp; Notifications](/categories/mail)

yaroslawww/laravel-mail-marketing
=================================

Simple application layer where you can quickly change your mail marketing service

1.2.0(2y ago)030MITPHPPHP ^8.1

Since May 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dev-think-one/laravel-mail-marketing)[ Packagist](https://packagist.org/packages/yaroslawww/laravel-mail-marketing)[ Docs](https://github.com/dev-think-one/laravel-mail-marketing)[ RSS](/packages/yaroslawww-laravel-mail-marketing/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (8)Versions (5)Used By (0)

Laravel: mail marketing
=======================

[](#laravel-mail-marketing)

[![Packagist License](https://camo.githubusercontent.com/6ca99c87ebca9ddc60f616147f88dfa7fe991f4aadf2c6ce514e6fac9b004848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d6d61696c2d6d61726b6574696e673f636f6c6f723d253233346463373166)](https://camo.githubusercontent.com/6ca99c87ebca9ddc60f616147f88dfa7fe991f4aadf2c6ce514e6fac9b004848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d6d61696c2d6d61726b6574696e673f636f6c6f723d253233346463373166)[![Packagist Version](https://camo.githubusercontent.com/dd6ebb5db251bddfe7b4018791ef58960d64f89f14c39fd46fe7440c0675f658/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e6b2e73747564696f2f6c61726176656c2d6d61696c2d6d61726b6574696e67)](https://packagist.org/packages/think.studio/laravel-mail-marketing)[![Total Downloads](https://camo.githubusercontent.com/b5516dfe5e51bb2fc04bdc78f53fab99ca36182d91aa31026b9d4cab7ac71168/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b2e73747564696f2f6c61726176656c2d6d61696c2d6d61726b6574696e67)](https://packagist.org/packages/think.studio/laravel-mail-marketing)[![Build Status](https://camo.githubusercontent.com/1dcd8bcc84f3e22517dae004176f3343ade193c5dc9b3d5516adec5135da19d8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d6d61696c2d6d61726b6574696e672f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-mail-marketing/build-status/main)[![Code Coverage](https://camo.githubusercontent.com/e95d77f2f0346f62bf0880aeb80cacaf5b8ca3fbf647ffbab4d3ac79d1dcc1b4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d6d61696c2d6d61726b6574696e672f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-mail-marketing/?branch=main)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8261d35db73c98272055a7df52a389128826eb29852f350d21e616ca86d92574/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d6d61696c2d6d61726b6574696e672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-mail-marketing/?branch=main)

Simple application layer where you can quickly change your mail marketing service. Supports PHP 8.1, 8.2 and Laravel 9, 10, 11.

Services
--------

[](#services)

- Mailchimp

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

[](#installation)

Install the package via composer:

```
composer require think.studio/laravel-mail-marketing
```

Also need install your driver package:

```
# mailchimp
composer require drewm/mailchimp-api
# campaignmonitor
composer require campaignmonitor/createsend-php
```

You can publish the config file with:

```
php artisan vendor:publish --provider="MailMarketing\ServiceProvider" --tag="config"
```

Configuration in *.env* (optional)

```
MAILCHIMP_API_KEY=101....yj6-us15
```

Usage
-----

[](#usage)

```
\MailMarketing\Facades\MailMarketing::driver()
            ->addMembersToList(
                $this->listId,
                $this->members
            );
// or
MailMarketing::addList($name, $data);
// or
MailMarketing::driver('mailchimp')->addList($name, $data);
```

A complete list of methods can be found in the [interface](./src/Drivers/MailMarketingInterface.php)

Credits
-------

[](#credits)

- [![Think Studio](https://camo.githubusercontent.com/8e541bece07d503c85a126b5294865faa00e27371048772f566a0cce8c01fd3a/68747470733a2f2f7961726f736c617777772e6769746875622e696f2f696d616765732f73706f6e736f72732f7061636b616765732f6c6f676f2d7468696e6b2d73747564696f2e706e67)](https://think.studio/)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~316 days

Total

4

Last Release

904d ago

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

1.1.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (7 commits)")[![annromantsova](https://avatars.githubusercontent.com/u/16173671?v=4)](https://github.com/annromantsova "annromantsova (3 commits)")

---

Tags

laravellaravel-mailchimpmail-marketingmail-service

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yaroslawww-laravel-mail-marketing/health.svg)

```
[![Health](https://phpackages.com/badges/yaroslawww-laravel-mail-marketing/health.svg)](https://phpackages.com/packages/yaroslawww-laravel-mail-marketing)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[php-flasher/flasher-laravel

Seamlessly integrate flash notifications into your Laravel applications with PHPFlasher. Enhance user feedback and engagement with minimal setup.

442.9M45](/packages/php-flasher-flasher-laravel)

PHPackages © 2026

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