PHPackages                             lundalogik/laravel-newsletter-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. lundalogik/laravel-newsletter-driver

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

lundalogik/laravel-newsletter-driver
====================================

Laravel Lime Newsletter Mail Driver

3.0.0(1mo ago)020.4k↑30.1%[2 issues](https://github.com/Lundalogik/laravel-newsletter-driver/issues)MITPHPPHP ^8.2CI passing

Since Oct 18Pushed 1mo agoCompare

[ Source](https://github.com/Lundalogik/laravel-newsletter-driver)[ Packagist](https://packagist.org/packages/lundalogik/laravel-newsletter-driver)[ RSS](/packages/lundalogik-laravel-newsletter-driver/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (14)Versions (14)Used By (0)

Lime Newsletter mail driver for Laravel
=======================================

[](#lime-newsletter-mail-driver-for-laravel)

[![Packagist Version](https://camo.githubusercontent.com/84bebc4d6fb2d0b39fe744ef29b43472fa1440128d4cddcd0c994107d56488b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c756e64616c6f67696b2f6c61726176656c2d6e6577736c65747465722d647269766572)](https://camo.githubusercontent.com/84bebc4d6fb2d0b39fe744ef29b43472fa1440128d4cddcd0c994107d56488b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c756e64616c6f67696b2f6c61726176656c2d6e6577736c65747465722d647269766572)[![Packagist License](https://camo.githubusercontent.com/6c6e4ee9e7ebb3da19fc2cfd9182d5e94df2a83bc7aaff314fed899adec7c68a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c756e64616c6f67696b2f6c61726176656c2d6e6577736c65747465722d647269766572)](https://camo.githubusercontent.com/6c6e4ee9e7ebb3da19fc2cfd9182d5e94df2a83bc7aaff314fed899adec7c68a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c756e64616c6f67696b2f6c61726176656c2d6e6577736c65747465722d647269766572)[![Packagist Downloads](https://camo.githubusercontent.com/1988370c87dd1c67d19ead3f76d00eb0526983a458adb7579f19f273598eb501/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4c756e64616c6f67696b2f6c61726176656c2d6e6577736c65747465722d647269766572)](https://camo.githubusercontent.com/1988370c87dd1c67d19ead3f76d00eb0526983a458adb7579f19f273598eb501/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4c756e64616c6f67696b2f6c61726176656c2d6e6577736c65747465722d647269766572)

[Lime Technologies](https://www.lime-technologies.com/)

What is Lime Newsletter?
------------------------

[](#what-is-lime-newsletter)

Lime Newsletter is a Lime CRM add-on for creating and sending email campaigns and newsletters. Benefits include: personalization with CRM data, email templates, dynamic content, and subscriber management.

[Lime Newsletter](https://www.lime-technologies.com/en/add-on/lime-newsletter/)

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

[](#installation)

### Supported Laravel versions

[](#supported-laravel-versions)

Laravel versionRelease version7.x, 8.x,1.x9.x, 10.x2.x11.x, 12.x3.xAdd the following to your `composer.json`

```
composer require lundalogik/laravel-newsletter-driver

```

Configuration
-------------

[](#configuration)

Change default mail driver and add new variables to your **.env** file:

```
MAIL_MAILER=newsletter

LIME_NEWSLETTER_API_KEY    =
LIME_NEWSLETTER_USER_EMAIL =
LIME_NEWSLETTER_ACCOUNT    =
```

Add section to the **config/services.php** file:

```
'newsletter' => [
    'api_key'    => env('LIME_NEWSLETTER_API_KEY'),
    'user_email' => env('LIME_NEWSLETTER_USER_EMAIL'),
    'account'    => env('LIME_NEWSLETTER_ACCOUNT'),
    'base_url'   => env('LIME_NEWSLETTER_BASE_URL', 'https://qa.bwz.se/bedrock/'),
],
```

You also need to specify new available mail driver in **config/mail.php**:

```
'mailers' => [
    ...

    'newsletter' => [
        'transport' => 'newsletter',
    ],
],
```

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~163 days

Recently: every ~147 days

Total

9

Last Release

46d ago

Major Versions

1.2.1 → 2.0.02024-10-08

2.0.3 → 3.0.02026-05-19

PHP version history (4 changes)1.1.0PHP &gt;=7.4

1.2.1PHP ^7.3|^8.0

2.0.0PHP ^8.1|^8.2|^8.3

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e70b368fc6d2e06e0af764467c0061d0189184c3b49733083da4a4a335dea362?d=identicon)[lime-technologies](/maintainers/lime-technologies)

---

Top Contributors

[![johannesss](https://avatars.githubusercontent.com/u/7716931?v=4)](https://github.com/johannesss "johannesss (23 commits)")[![kickapoo](https://avatars.githubusercontent.com/u/5064612?v=4)](https://github.com/kickapoo "kickapoo (8 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (8 commits)")[![aaandreas](https://avatars.githubusercontent.com/u/43984960?v=4)](https://github.com/aaandreas "aaandreas (4 commits)")[![albinhallen](https://avatars.githubusercontent.com/u/45624641?v=4)](https://github.com/albinhallen "albinhallen (4 commits)")[![adamczykpiotr](https://avatars.githubusercontent.com/u/20736260?v=4)](https://github.com/adamczykpiotr "adamczykpiotr (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lundalogik-laravel-newsletter-driver/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[illuminate/mail

The Illuminate Mail package.

5910.6M501](/packages/illuminate-mail)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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