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

ActiveLibrary[API Development](/categories/api)

alagaccia/laravel-brevo
=======================

Brevo API for Laravel Projects

v4.12(3mo ago)027NLPLPHP

Since Sep 21Pushed 3mo agoCompare

[ Source](https://github.com/alagaccia/laravel-brevo)[ Packagist](https://packagist.org/packages/alagaccia/laravel-brevo)[ RSS](/packages/alagaccia-laravel-brevo/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (17)Used By (0)

laravel-brevo
=============

[](#laravel-brevo)

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-brevo

```

 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 `BrevoServiceProvider` in your `config/app.php`:

```
'providers' => [
    /*
     * Package Service Providers...
     */
    AndreaLagaccia\BrevoServiceProvider::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\Brevo\BrevoServiceProvider"

```

Choose the preference and press ENTER

```
Provider: AndreaLagaccia\Brevo\BrevoServiceProvider

```

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

```
brevo_API_KEY=
brevo_LIST_ID=
brevo_API_KEY=

```

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

[](#-usage)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance80

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Recently: every ~44 days

Total

16

Last Release

107d ago

Major Versions

v1.0 → v2.02025-09-21

v2.0 → v3.02025-09-22

v3.0 → v4.02025-09-22

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

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

PHPackages © 2026

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