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(3mo ago)0151NLPLPHP

Since Apr 11Pushed 3mo 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 3w 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

40

—

FairBetter than 86% of packages

Maintenance82

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

93d 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.8k3.5M922](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[justbetter/laravel-magento-client

A client to interact with Magento

49108.7k14](/packages/justbetter-laravel-magento-client)

PHPackages © 2026

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