PHPackages                             guissilveira/maildocker-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. guissilveira/maildocker-laravel-driver

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

guissilveira/maildocker-laravel-driver
======================================

Maildocker mail driver for Laravel

v1.1(9y ago)04921[1 issues](https://github.com/guissilveira/maildocker-laravel-driver/issues)MITPHP

Since Jul 7Pushed 9y ago1 watchersCompare

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

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

### Install

[](#install)

Require this package with composer using the following command:

```
composer require guissilveira/maildocker-laravel-driver
```

After updating composer, add the service provider to the `providers` array in `config/app.php`

```
Guissilveira\MailDrivers\Maildocker\MaildockerServiceProvider::class,
```

You will also need to add the Maildocker API Key and API Secret settings to the array in `config/services.php` and set up the environment key

```
'maildocker' => [
    'api_key' => env('MAILDOCKER_API_KEY'),
    'api_secret' => env('MAILDOCKER_API_SECRET'),
],
```

```
MAILDOCKER_API_KEY=__Your_api_key_here__
MAILDOCKER_API_SECRET=__Your_api_secret_here__
```

Finally you need to set your mail driver to `maildocker`. You can do this by changing the driver in `config/mail.php`

```
'driver' => env('MAIL_DRIVER', 'maildocker'),
```

Or by setting the environment variable `MAIL_DRIVER` in your .env file

```
MAIL_DRIVER=maildocker
```

If you need to pass any options to the guzzle client instance which is making the request to the Maildocker API, you can do so by setting the 'guzzle' options in `config/services.php`

```
'maildocker' => [
    'api_key' => env('MAILDOCKER_API_KEY'),
    'api_secret' => env('MAILDOCKER_API_SECRET'),
    'guzzle' => [
        'verify' => true,
        'decode_content' => true,
    ]
],
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3647d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/134318573?v=4)[gui silveira](/maintainers/guissilveira)[@GuiSSilveira](https://github.com/GuiSSilveira)

---

Top Contributors

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

---

Tags

laravelmaildrivermaildocker

### Embed Badge

![Health badge](/badges/guissilveira-maildocker-laravel-driver/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2401.4M16](/packages/laravel-notification-channels-discord)[vemcogroup/laravel-sparkpost-driver

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

431.8M1](/packages/vemcogroup-laravel-sparkpost-driver)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[clarification/sendgrid-laravel-driver

Sendgrid mail driver for Laravel

1131.1k](/packages/clarification-sendgrid-laravel-driver)

PHPackages © 2026

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