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

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

tzk/sendinblue
==============

A Laravel 5 (and Laravel 4) wrapper for the SendInBlue API PHP class (as provided by SendInBlue)

v2.0.1(5y ago)04.9k1MITPHPPHP &gt;=5.4.0

Since Apr 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/CristalTeam/sendinblue)[ Packagist](https://packagist.org/packages/tzk/sendinblue)[ RSS](/packages/tzk-sendinblue/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)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

```
composer require tzk/sendinblue
```

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

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

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

```
'aliases' => array(
    …
    'SendinblueWrapper' => 'Vansteen\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:

```
…
// Retrieve your account info
$account = SendinblueWrapper::get_account();
…
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 86.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 ~486 days

Total

3

Last Release

1972d ago

Major Versions

v1.0.0 → v2.0.02020-09-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c09e688d140a9685431cc8231acace7fc84d78ff0197274483eb25bc5df2026?d=identicon)[TZK-](/maintainers/TZK-)

---

Top Contributors

[![vansteen](https://avatars.githubusercontent.com/u/803464?v=4)](https://github.com/vansteen "vansteen (13 commits)")[![TZK-](https://avatars.githubusercontent.com/u/7808125?v=4)](https://github.com/TZK- "TZK- (2 commits)")

---

Tags

laravelsendinbluesendinblue-apiwrapperlaravelsendinblue

### Embed Badge

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

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