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

2.0.3(1y ago)011.1k↓23.1%[1 issues](https://github.com/Lundalogik/laravel-newsletter-driver/issues)MITPHPPHP ^8.1|^8.2|^8.3CI passing

Since Oct 18Pushed 1y 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 1mo ago

READMEChangelog (8)Dependencies (7)Versions (11)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.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

41

—

FairBetter than 89% of packages

Maintenance45

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~126 days

Recently: every ~165 days

Total

8

Last Release

426d ago

Major Versions

1.2.1 → 2.0.02024-10-08

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

1.2.1PHP ^7.3|^8.0

2.0.0PHP ^8.1|^8.2|^8.3

### 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 (7 commits)")[![albinhallen](https://avatars.githubusercontent.com/u/45624641?v=4)](https://github.com/albinhallen "albinhallen (4 commits)")[![aaandreas](https://avatars.githubusercontent.com/u/43984960?v=4)](https://github.com/aaandreas "aaandreas (3 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-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

64426.3k1](/packages/laravel-notification-channels-expo)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[spatie/laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps

41290.2k1](/packages/spatie-laravel-mailcoach-sdk)

PHPackages © 2026

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