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.42(7mo ago)0144NLPLPHPPHP ^8.2|^8.3|^8.4

Since Apr 11Pushed 7mo 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 1mo ago

READMEChangelogDependencies (2)Versions (43)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 88% of packages

Maintenance62

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

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

Every ~31 days

Recently: every ~17 days

Total

42

Last Release

233d 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://www.gravatar.com/avatar/217d7c3137783151ef5f576207daea5fe5a3b522f9a3a04b5ac590217665a2ac?d=identicon)[alagaccia](/maintainers/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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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