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

ActiveLibrary[API Development](/categories/api)

alagaccia/laravel-sendinblue
============================

Sendinblue API for Laravel Projects

0.43(4mo ago)0151NLPLPHP

Since Apr 11Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/alagaccia/laravel-sendinblue)[ Packagist](https://packagist.org/packages/alagaccia/laravel-sendinblue)[ RSS](/packages/alagaccia-laravel-sendinblue/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (44)Used By (0)

laravel-sendinblu
=================

[](#laravel-sendinblu)

Table of Contents
=================

[](#table-of-contents)

- [Installing and configuring](#installing-and-configuring)
    - [Install](#install)
    - [Configure](#configure)
    - [Load Service Provider](#service-provider)
    - [Publishing the configuration file](#config-publish)
- [Usage](#usage)

 Installing and configuring
===============================================================================

[](#-installing-and-configuring)

 Installing the package
--------------------------------------------------------

[](#-installing-the-package)

You need to use Composer to install this package into your Laravel project:

```
composer require alagaccia/laravel-sendinblue

```

 Load Service Provider
----------------------------------------------------------------

[](#-load-service-provider)

From Laravel 5.5 and newer the package wil register itself using Laravel's [Auto Discovery](https://laravel.com/docs/5.5/packages#package-discovery).

Laravel 5.4 and older needs to include `SendinblueServiceProvider` in your `config/app.php`:

```
'providers' => [
    /*
     * Package Service Providers...
     */
    AndreaLagaccia\SendinblueServiceProvider::class,
]
```

 Publishing the configuration file
----------------------------------------------------------------------------

[](#-publishing-the-configuration-file)

Run the following Artisan command in your terminal to copy the environment variables:

```
php artisan vendor:publish --provider="AndreaLagaccia\Sendinblue\SendinblueServiceProvider"

```

Choose the preference and press ENTER

```
Provider: AndreaLagaccia\Sendinblue\SendinbluServiceProvider

```

Now you have a `config/sendinblue.php` config file, where you can set the API\_KEY and your favorite LIST\_ID. You can also write your Sendinblue variables in the .env file as follow:

```
SENDINBLUE_API_KEY=
SENDINBLUE_LIST_ID=
SENDINBLUE_API_KEY=

```

 Usage
=====================================

[](#--usage)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance75

Regular maintenance activity

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~34 days

Recently: every ~63 days

Total

43

Last Release

138d ago

PHP version history (4 changes)v0.1PHP ^7.3|^8.0

0.7PHP ^7.3|^8.0|^8.1|^8.2

0.11PHP ^8.2

0.42PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12543000?v=4)[Andrea Lagaccia](/maintainers/alagaccia)[@alagaccia](https://github.com/alagaccia)

---

Top Contributors

[![alagaccia](https://avatars.githubusercontent.com/u/12543000?v=4)](https://github.com/alagaccia "alagaccia (41 commits)")

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.8M227](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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