PHPackages                             kinow-io/sendinblue-wrapper - 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. kinow-io/sendinblue-wrapper

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

kinow-io/sendinblue-wrapper
===========================

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

v1.0.0(8y ago)11.1kMITPHPPHP &gt;=7.0

Since Aug 29Pushed 8y agoCompare

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

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Sendinblue API with support for Laravel
=======================================

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

The package supports use with [Laravel](http://laravel.com/) 5 providing a `SendinblueWrapper` facade.

Installation:
-------------

[](#installation)

### First method

[](#first-method)

Just run `composer require kinow-io/sendinblue-wrapper`

### Second method

[](#second-method)

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

```
"require": {
    …
    "kinow-io/sendinblue-wrapper": "dev-master"
    …
}
```

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

```
'providers' => [
    …
    \Kinow\Sendinblue\SendinblueServiceProvider::class,
],
```

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

```
'aliases' => [
    …
    'SendinblueWrapper' => 'Kinow\Sendinblue\Facades\SendinBlueWrapper',
],
```

Run the command `composer update`.

### Publish the configuration:

[](#publish-the-configuration)

```
// Laravel 5
$ php artisan vendor:publish
```

---

Usage:
------

[](#usage)

Your unique Sendinblue API key should be set in your `.env` file as `SENDINBLUE_KEY`.

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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Unknown

Total

1

Last Release

3175d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d94ac74a04895c52083c644c86ad6cfefc1af5ba41803daae1ab9f561f34c6f8?d=identicon)[kinow-io](/maintainers/kinow-io)

---

Top Contributors

[![vincent-kinow](https://avatars.githubusercontent.com/u/26412661?v=4)](https://github.com/vincent-kinow "vincent-kinow (1 commits)")

---

Tags

laravelsendinblue

### Embed Badge

![Health badge](/badges/kinow-io-sendinblue-wrapper/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

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

Laravel FCM (Firebase Cloud Messaging) Notification Channel

210964.1k1](/packages/benwilkins-laravel-fcm-notification)[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)
