PHPackages                             himanverma/mailjet-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. himanverma/mailjet-laravel-driver

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

himanverma/mailjet-laravel-driver
=================================

MailJet driver for laravel 5.5 and above

v1.0.8(8y ago)512.0k↓80%7[1 issues](https://github.com/himanverma/mailjet-laravel-driver/issues)MITPHPPHP &gt;=5.5.9

Since Jan 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/himanverma/mailjet-laravel-driver)[ Packagist](https://packagist.org/packages/himanverma/mailjet-laravel-driver)[ Docs](https://github.com/himanverma/mailjet-laravel-driver)[ RSS](/packages/himanverma-mailjet-laravel-driver/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

MailJet Driver for Laravel 5.5 and above
========================================

[](#mailjet-driver-for-laravel-55-and-above)

This package introduces a new `mailjet` mail driver for Laravel that when selected will send email via MailJet SEND API

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

[](#installation)

Begin by installing the package through Composer. Run the following command in your terminal:

```
composer require himanverma/mailjet-laravel-driver
```

Finally, change `MAIL_DRIVER` to `mailjet` in your `.env` file:

```
MAIL_DRIVER=mailjet

```

Package Configurations
----------------------

[](#package-configurations)

in services.php

add

```

'mailjet' => [
        "username" => "c1029eaf1cxxxxxxxxxxxfc3ba578",
        "secret" => "c7c85a1254xxxxxxxxxxxxxxf8081f"
    ]

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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

7

Last Release

3076d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1259484?v=4)[Himanshu Verma](/maintainers/himanverma)[@himanverma](https://github.com/himanverma)

---

Top Contributors

[![himanshu-appster](https://avatars.githubusercontent.com/u/39616610?v=4)](https://github.com/himanshu-appster "himanshu-appster (13 commits)")[![himanverma](https://avatars.githubusercontent.com/u/1259484?v=4)](https://github.com/himanverma "himanverma (3 commits)")[![adamzwakk](https://avatars.githubusercontent.com/u/708914?v=4)](https://github.com/adamzwakk "adamzwakk (2 commits)")

---

Tags

laravelmailMailjet

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/himanverma-mailjet-laravel-driver/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

65108.9k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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