PHPackages                             beryldev/laravel-emaillabs - 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. beryldev/laravel-emaillabs

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

beryldev/laravel-emaillabs
==========================

Simple package to integrate Laravel email with EmailLabs

v1.0.0(10y ago)23737MITPHPPHP &gt;=5.5.9

Since Jun 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/beryldev/laravel-emaillabs)[ Packagist](https://packagist.org/packages/beryldev/laravel-emaillabs)[ Docs](https://github.com/beryldev/laravel-emaillabs)[ RSS](/packages/beryldev-laravel-emaillabs/feed)WikiDiscussions master Synced today

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

Unofficial Laravel mail integration with EmailLabs™
---------------------------------------------------

[](#unofficial-laravel-mail-integration-with-emaillabs)

[![License](https://camo.githubusercontent.com/3278a0cba7239ba78536ed4da8e6a0206dd6a140c8f779b4746608b24397d63b/68747470733a2f2f706f7365722e707567782e6f72672f626572796c6465762f6c61726176656c2d656d61696c6c6162732f6c6963656e7365)](https://packagist.org/packages/beryldev/laravel-emaillabs)[![Latest Stable Version](https://camo.githubusercontent.com/feec52bbf1fc2583df859e4e062865b29bc621384e4057524310e162f22f6110/68747470733a2f2f706f7365722e707567782e6f72672f626572796c6465762f6c61726176656c2d656d61696c6c6162732f762f737461626c65)](https://packagist.org/packages/beryldev/laravel-emaillabs)

Simple package to integrate Laravel Email with [EmailLabs™](http://emaillabs.io)

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

[](#installation)

Require this package with composer:

```
composer require beryldev/laravel-emaillabs

```

After updating composer, add the EmailLabsServiceProvider to the providers array in config/app.php

> If you use Laravel Debugbar with enabled email collector, make sure you load EmailLabsServiceProvider before Debugbar ServiceProvider.

### Laravel 5.x:

[](#laravel-5x)

```
Beryldev\EmailLabs\EmailLabsServiceProvider::class,

```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="Beryldev\EmailLabs\EmailLabsServiceProvider" --tag=config

```

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

[](#configuration)

After install add to your .env file requred parameters.

### App Key

[](#app-key)

```
EL_APP=your_emaillabs_app_key

```

### Secret Key

[](#secret-key)

```
EL_SECRET=your_emaillabs_secret_key

```

### SMTP account name

[](#smtp-account-name)

```
EL_SMTP=your_emaillabs_smtp_account_name

```

Now you can use `emaillabs` mail driver

```
MAIL_DRIVER=emaillabs

```

License
-------

[](#license)

The Laravel EmailLabs Integration is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

3

Last Release

3676d ago

### Community

Maintainers

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

---

Top Contributors

[![beryldev](https://avatars.githubusercontent.com/u/5604349?v=4)](https://github.com/beryldev "beryldev (43 commits)")

---

Tags

laravelmaildriverlabsemialemiallabs

### Embed Badge

![Health badge](/badges/beryldev-laravel-emaillabs/health.svg)

```
[![Health](https://phpackages.com/badges/beryldev-laravel-emaillabs/health.svg)](https://phpackages.com/packages/beryldev-laravel-emaillabs)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[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/discord

Laravel notification driver for Discord.

2381.4M13](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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