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

ActiveLibrary

stfr/laravel-sendinblue
=======================

Laravel's mail transport for SendinBlue

v3.0.1(6y ago)06MITPHP

Since Apr 21Pushed 6y agoCompare

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

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

laravel-sendinblue
==================

[](#laravel-sendinblue)

Laravel's mail transport for SendinBlue

[![Build Status](https://camo.githubusercontent.com/f4180f6e95c033920e4511c47773185e36e8797a8e94a0b9086a0b24c1afcd74/68747470733a2f2f7472617669732d63692e6f72672f6167656e63652d77656275702f6c61726176656c2d73656e64696e626c75652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/agence-webup/laravel-sendinblue)

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

[](#installation)

```
composer require webup/laravel-sendinblue
```

**Compatibility**

VersionLaravelSendiblue Api3.\*7.0 and abovev32.\*5.5 - 6.\*v31.1.\*5.5 - 6.\*v21.0.\*5.0 - 5.4v2Provider
--------

[](#provider)

> `config/app.php`

```
    'providers' => [
        Webup\LaravelSendinBlue\SendinBlueServiceProvider::class,
    ],
```

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

[](#configuration)

> `config/services.php`

```
    'sendinblue' => [
        // api-key or partner-key
        'key_identifier' => env('SENDINBLUE_KEY_IDENTIFIER', 'api-key'),
        'key' => env('SENDINBLUE_KEY'),
    ],
```

> `.env`

```
MAIL_DRIVER=sendinblue
SENDINBLUE_KEY=your-access-key

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~121 days

Recently: every ~55 days

Total

13

Last Release

2213d ago

Major Versions

v1.1.5 → v2.0.02019-09-11

v2.0.3 → v3.0.02020-03-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93080?v=4)[stfr](/maintainers/stfr)[@stfr](https://github.com/stfr)

---

Top Contributors

[![Biptaste](https://avatars.githubusercontent.com/u/251481?v=4)](https://github.com/Biptaste "Biptaste (32 commits)")[![marcbelletre](https://avatars.githubusercontent.com/u/6853334?v=4)](https://github.com/marcbelletre "marcbelletre (6 commits)")[![EtoileFilante](https://avatars.githubusercontent.com/u/5903808?v=4)](https://github.com/EtoileFilante "EtoileFilante (5 commits)")[![stfr](https://avatars.githubusercontent.com/u/93080?v=4)](https://github.com/stfr "stfr (2 commits)")[![Kaishiyoku](https://avatars.githubusercontent.com/u/5131112?v=4)](https://github.com/Kaishiyoku "Kaishiyoku (1 commits)")[![igaster](https://avatars.githubusercontent.com/u/4586319?v=4)](https://github.com/igaster "igaster (1 commits)")[![nonovd](https://avatars.githubusercontent.com/u/12936673?v=4)](https://github.com/nonovd "nonovd (1 commits)")

---

Tags

laravellumenlaravel5mailingsendinbluelaravel7stmp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/stfr-laravel-sendinblue/health.svg)](https://phpackages.com/packages/stfr-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)[salmanzafar/laravel-mqtt

A simple Laravel Library to connect/publish/subscribe to MQTT broker

106153.1k1](/packages/salmanzafar-laravel-mqtt)[salmanzafar/laravel-geocode

A Laravel Library to find Lat and Long of a given Specific Address

153.9k](/packages/salmanzafar-laravel-geocode)

PHPackages © 2026

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