PHPackages                             bilyuk/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. [API Development](/categories/api)
4. /
5. bilyuk/sendinblue

ActiveLibrary[API Development](/categories/api)

bilyuk/sendinblue
=================

SendinBlue API v3 wrapper for Laravel

1.0.2(7y ago)0421MITPHP

Since Oct 11Pushed 7y ago2 watchersCompare

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

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

SendinBlue
==========

[](#sendinblue)

SendinBlue API v3 wrapper for Laravel

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

[](#installation)

You can install the package through Composer.

```
composer require bilyuk/sendinblue

```

Usage
-----

[](#usage)

### Laravel:

[](#laravel)

Just put in your `services` config file

```
'sendinblue' => [
  'v3' => [
    'key' => env('SENDINBLUE_KEY_V3'),
  ],
],
```

For Laravel &lt;5.5 add in your `app` config

```
'providers' => [
    bilyuk\Sendinblue\ServiceProvider::class,
    //...
];
'aliases' => [
    'SendinBlue' => \bilyuk\Sendinblue\Facades\SendinBlue::class,
    //...
];
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 91.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 ~0 days

Total

3

Last Release

2818d ago

### Community

Maintainers

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

---

Top Contributors

[![bilyuk](https://avatars.githubusercontent.com/u/1800549?v=4)](https://github.com/bilyuk "bilyuk (11 commits)")[![bilyuktallium](https://avatars.githubusercontent.com/u/40023454?v=4)](https://github.com/bilyuktallium "bilyuktallium (1 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[vansteen/laravel-sendinblue

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

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

PHPackages © 2026

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