PHPackages                             manageitwa/laravel-mailtrap-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. manageitwa/laravel-mailtrap-driver

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

manageitwa/laravel-mailtrap-driver
==================================

Provides email support for the Mailtrap.io Email Sending Service through API

v1.0.0(2y ago)06[1 issues](https://github.com/manageitwa/laravel-mailtrap-driver/issues)MITPHPPHP ^7.4

Since Aug 23Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Mailtrap Driver for Laravel
===========================

[](#mailtrap-driver-for-laravel)

This allows a Laravel v6.x install to use the [Mailtrap.io](https://mailtrap.io) sending service API for sending emails, since the official client does not support any version below Laravel 9.

Usage
-----

[](#usage)

Include in Composer:

```
composer require manageitwa/laravel-mailtrap-driver
```

The package should be discovered if you have Laravel package auto-discovery enabled. Otherwise, include the service provider in your `app.providers` config:

```
'providers' => [
    // ...
    ManageItWA\LaravelMailtrapDriver\MailtrapServiceProvider::class,
    //...
],
```

Finally, ensure that you add the following to `config/services.php`:

```
'mailtrap' => [
    'token' => '', // Set to your API token from Mailtrap
],
```

You may then set your `mail.driver` to `mailtrap` and you're away!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

994d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15900351?v=4)[Ben Thomson](/maintainers/bennothommo)[@bennothommo](https://github.com/bennothommo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/manageitwa-laravel-mailtrap-driver/health.svg)

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

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

Inline the CSS of your HTML emails using Laravel

5974.6M3](/packages/fedeisas-laravel-mail-css-inliner)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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