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

ActiveLibrary

guillaumefauconnet/sendinblue-laravel5
======================================

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

1.0.1(8y ago)03MITPHPPHP &gt;=5.4.0

Since May 2Pushed 8y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)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": {
    …
    "guillaumefauconnet/sendinblue-laravel5": "dev-master"
    …
}
```

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

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

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

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

2933d ago

### Community

Maintainers

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

---

Top Contributors

[![guillaumefauconnet](https://avatars.githubusercontent.com/u/38909461?v=4)](https://github.com/guillaumefauconnet "guillaumefauconnet (11 commits)")

---

Tags

laravelsendinblue

### Embed Badge

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

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

###  Alternatives

[vansteen/laravel-sendinblue

A Laravel 5/6/7/8 service provider, facade and config file for the SendinBlue's API v3 official PHP library.

18118.9k](/packages/vansteen-laravel-sendinblue)

PHPackages © 2026

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