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

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

nidrax69/sendinblue
===================

A Laravel 5/6 update wrapper for the SendInBlue API PHP class (as provided by SendInBlue)

0.0.3(5y ago)02.4kMITPHPPHP &gt;=5.4.0

Since May 18Pushed 5y ago1 watchersCompare

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

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

Sendinblue API w. support for Laravel
-------------------------------------

[](#sendinblue-api-w-support-for-laravel)

The package supports use with the [Laravel framework](http://laravel.com/) v4.x or v5.x providing a `SendinblueWrapper` facade.

---

\###Setup:

In order to install, add the following to your `composer.json` file within the `require` block:

```
"require": {
    …
    "nidrax69/sendinblue": "0.0.2"
    …
}
```

Within Laravel, locate the file `..config/app.php`. Add the following to the `providers` array:

```
'providers' => array(
    …
    'Nidrax69\Sendinblue\SendinblueServiceProvider',
    …
),
```

Furthermore, add the following the the `aliases` array:

```
'aliases' => array(
    …
    'SendinblueWrapper' => 'Nidrax69\Sendinblue\Facades\SendinBlueWrapper',
    …
),
```

Run the command `composer update`.

Publish the configuration:

```
// Laravel v4.x
$ php artisan config:publish vansteen/sendinblue

// Laravel v5.x
$ php artisan vendor:publish
```

---

\###Usage:

Your unique Sendinblue API key should be set in the package's config found in `app/config/packages/vansteen/sendinblue/config.php` (Laravel 4) `config/sendinblue.php` (Laravel 5)

Methods of the Sendinblue API class work as described by the Sendinblue API docs found [Here](https://apidocs.sendinblue.com/). Thanks to Laravel's use of the "Facade" design pattern, all methods may be called in the following manner:

```
…
// send template
$ml = new SendinblueWrapper();
$return = $ml->send_transactional_template($data);
…
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~407 days

Total

3

Last Release

2094d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3a0f037abb2780dcbcca19c27e441526b4be89015a8b7b6386f489b9f3ad5b9?d=identicon)[nidrax](/maintainers/nidrax)

---

Top Contributors

[![vincedenice](https://avatars.githubusercontent.com/u/10536873?v=4)](https://github.com/vincedenice "vincedenice (3 commits)")[![Byrby](https://avatars.githubusercontent.com/u/3066063?v=4)](https://github.com/Byrby "Byrby (1 commits)")[![nidrax69](https://avatars.githubusercontent.com/u/17824045?v=4)](https://github.com/nidrax69 "nidrax69 (1 commits)")

---

Tags

laravelsendinblue

### Embed Badge

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

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[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/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)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

773.5M](/packages/therobfonz-laravel-mandrill-driver)

PHPackages © 2026

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