PHPackages                             leeovery/laravel-sendinblue - 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. leeovery/laravel-sendinblue

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

leeovery/laravel-sendinblue
===========================

Mail driver for Laravel to send emails via the SendInBlue v3 API

v0.3.0(6y ago)52.0kMITPHPPHP ^7.4

Since Aug 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/leeovery/laravel-sendinblue)[ Packagist](https://packagist.org/packages/leeovery/laravel-sendinblue)[ Docs](https://github.com/leeovery/laravel-sendinblue)[ RSS](/packages/leeovery-laravel-sendinblue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (6)Versions (7)Used By (0)

Laravel Mail Driver For SendInBlue
==================================

[](#laravel-mail-driver-for-sendinblue)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6573fbe996a1537c315b007a17475f6c6222428515f89c1869a2ae019ec6b797/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c65656f766572792f6c61726176656c2d73656e64696e626c75652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/leeovery/laravel-sendinblue)[![Total Downloads](https://camo.githubusercontent.com/c8a8c175586e339d93d34b4b59289cebdda0d1cc77db14b339ec9ac33c20b589/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c65656f766572792f6c61726176656c2d73656e64696e626c75652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/leeovery/laravel-sendinblue)

Mail driver for Laravel to send emails via the SendInBlue v3 API.

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

[](#installation)

You can install the package via composer:

```
composer require leeovery/laravel-sendinblue
```

Usage
-----

[](#usage)

To use this driver simply set the following config in your `/config/services.php` file as follows:

```
'sendinblue' => [
    'secret'     => env('SENDINBLUE_SECRET'),

    // optionally provide this but will default to whats specified here...
    'options' => [
        'endpoint' => 'https://api.sendinblue.com/v3',
    ],
],
```

Add the following to your env with your SendInBlue v3 API key:

```
SENDINBLUE_SECRET={your SendInBlue v3 API key goes here}
MAIL_DRIVER=sendinblue

```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Lee Overy](https://github.com/leeovery)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~49 days

Total

5

Last Release

2254d ago

PHP version history (3 changes)v0.1.0PHP ^7.1

v0.1.2PHP ^7.2

v0.2.0PHP ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/93bafe84d227ffd47a06f36023d14a2ff6722bdcad9a3ab5bdcc66459eae463e?d=identicon)[leeovery](/maintainers/leeovery)

---

Top Contributors

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

---

Tags

laravelmailmail-driversendinblueleeoverylaravel-sendinblue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leeovery-laravel-sendinblue/health.svg)

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

###  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)
