PHPackages                             robkerry/emailit-laravel-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. robkerry/emailit-laravel-driver

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

robkerry/emailit-laravel-driver
===============================

Emailit Laravel Driver

v1.3(10mo ago)11.0kMITPHPPHP &gt;=8.0

Since Nov 15Pushed 10mo agoCompare

[ Source](https://github.com/robkerry/emailit-laravel-driver)[ Packagist](https://packagist.org/packages/robkerry/emailit-laravel-driver)[ Docs](https://github.com/robkerry/emailit-laravel-driver)[ RSS](/packages/robkerry-emailit-laravel-driver/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (4)Used By (0)

Emailit Laravel Driver
======================

[](#emailit-laravel-driver)

[![MIT licensed](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](./LICENSE.md)

This PHP package provides a native mail driver for Laravel applications. Once installed and configured, Mailers are routed via the Emailit API.

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Thanks](#thanks)
- [License](#license)

Installation
============

[](#installation)

Requirements
------------

[](#requirements)

- Laravel 10.0+
- PHP 8.0+
- Guzzle 7.0+
- An API Key from [emailit.com](https://www.emailit.com)

Setup
-----

[](#setup)

You can install the package via composer:

```
composer require robkerry/emailit-laravel-driver
```

If you'd like to publish the config file, you can do that using:

```
php artisan vendor:publish --tag=emailit-config
```

Next, you need to set `EMAILIT_API_KEY` in your `.env` file:

```
EMAILIT_API_KEY=
```

And set the environment variable `MAIL_MAILER` in your `.env` file

```
MAIL_MAILER=emailit
```

Then, double check that your `FROM` data is filled in `.env`:

```
MAIL_FROM_ADDRESS=app@yourdomain.com
MAIL_FROM_NAME="App Name"
```

Lastly, add Emailit as a Laravel Mailer in `config/mail.php` in the `mailers` array:

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

Thanks
======

[](#thanks)

This plugin is a fork of the [MailerSend](https://mailersend.com) package found here:

Thank you to them for creating and MIT licensing it, so that I could use it for my current email provider.

License
=======

[](#license)

[The MIT License (MIT)](LICENSE.md)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance54

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor3

3 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 ~112 days

Total

3

Last Release

319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/292a05691298711b1c41cf2d54581858b224fd659fcc1035e558ff2295a83490?d=identicon)[robkerry](/maintainers/robkerry)

---

Top Contributors

[![fosron](https://avatars.githubusercontent.com/u/3708631?v=4)](https://github.com/fosron "fosron (8 commits)")[![robkerry](https://avatars.githubusercontent.com/u/1001589?v=4)](https://github.com/robkerry "robkerry (7 commits)")[![PeterOcansey](https://avatars.githubusercontent.com/u/52463144?v=4)](https://github.com/PeterOcansey "PeterOcansey (5 commits)")[![JoaoFSCruz](https://avatars.githubusercontent.com/u/26048679?v=4)](https://github.com/JoaoFSCruz "JoaoFSCruz (3 commits)")[![dinomh](https://avatars.githubusercontent.com/u/25065792?v=4)](https://github.com/dinomh "dinomh (2 commits)")[![nklmilojevic](https://avatars.githubusercontent.com/u/9573356?v=4)](https://github.com/nklmilojevic "nklmilojevic (2 commits)")[![doobas](https://avatars.githubusercontent.com/u/14978210?v=4)](https://github.com/doobas "doobas (2 commits)")[![mariovalney](https://avatars.githubusercontent.com/u/5784633?v=4)](https://github.com/mariovalney "mariovalney (1 commits)")[![princejohnsantillan](https://avatars.githubusercontent.com/u/60916966?v=4)](https://github.com/princejohnsantillan "princejohnsantillan (1 commits)")[![Nyanko-sensei](https://avatars.githubusercontent.com/u/6950776?v=4)](https://github.com/Nyanko-sensei "Nyanko-sensei (1 commits)")[![gausejakub](https://avatars.githubusercontent.com/u/19504292?v=4)](https://github.com/gausejakub "gausejakub (1 commits)")[![jestherthejoker](https://avatars.githubusercontent.com/u/6953492?v=4)](https://github.com/jestherthejoker "jestherthejoker (1 commits)")[![aaronpk](https://avatars.githubusercontent.com/u/113001?v=4)](https://github.com/aaronpk "aaronpk (1 commits)")

---

Tags

emailtransactionallaravel-driveremailit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/robkerry-emailit-laravel-driver/health.svg)

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

###  Alternatives

[mailersend/laravel-driver

MailerSend Laravel Driver

87732.8k4](/packages/mailersend-laravel-driver)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[slot/mandrill-bundle

Symfony Mandrill Bundle

671.5M1](/packages/slot-mandrill-bundle)[mailersend/mailersend

MailerSend PHP SDK

801.0M7](/packages/mailersend-mailersend)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[bentonow/bento-laravel-sdk

Laravel SDK for Bento

2338.5k1](/packages/bentonow-bento-laravel-sdk)

PHPackages © 2026

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