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

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

div-art/laravel-sendinblue
==========================

Laravel 5.5 mail driver

0.0.2(8y ago)1109MITPHPPHP &gt;=7.0

Since Jan 30Pushed 8y ago4 watchersCompare

[ Source](https://github.com/div-art/laravel-sendinblue)[ Packagist](https://packagist.org/packages/div-art/laravel-sendinblue)[ RSS](/packages/div-art-laravel-sendinblue/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (0)

Laravel 5.5 SendInBlue mail driver
==================================

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

Extends Laravel mail drivers to send emails using SendInBlue API

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

[](#installation)

To install, run the following in your project directory:

```
$ composer require div-art/laravel-sendinblue
```

Then in `config/app.php` add the following to the `providers` array:

```
DivArt\SendInBlue\SendInBlueServiceProvider::class,

```

Configuration
-------------

[](#configuration)

To publish SendInBlue's configuration file, run the following `vendor:publish` command:

```
php artisan vendor:publish --provider="DivArt\SendInBlue\SendInBlueServiceProvider"

```

This will create sendinblue.php in your configuration directory. In this file you must specify your sendinblue api-key. The api-key can be obtained from the settings of the SendInBlue account. Also SendInBlue should activate your SMTP account. To do this, write to them in support.

`.env`

```
MAIL_DRIVER=sendinblue

```

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~9 days

Total

2

Last Release

3015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94e9a89ed1ea3310a064b240c8741c0e05f808c00c747a9540c2373bfb40e926?d=identicon)[div-art](/maintainers/div-art)

---

Top Contributors

[![malyk2](https://avatars.githubusercontent.com/u/11086369?v=4)](https://github.com/malyk2 "malyk2 (2 commits)")[![godenis](https://avatars.githubusercontent.com/u/20045029?v=4)](https://github.com/godenis "godenis (1 commits)")[![IevgeniiDomanskyi](https://avatars.githubusercontent.com/u/3128768?v=4)](https://github.com/IevgeniiDomanskyi "IevgeniiDomanskyi (1 commits)")

---

Tags

laravelmailsendinbluediv-art

### Embed Badge

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

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

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

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[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)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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