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(1mo ago)027NLPLPHP

Since Sep 21Pushed 1mo 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 1mo ago

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

38

—

LowBetter than 85% of packages

Maintenance89

Actively maintained with recent releases

Popularity8

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

54d ago

Major Versions

v1.0 → v2.02025-09-21

v2.0 → v3.02025-09-22

v3.0 → v4.02025-09-22

### Community

Maintainers

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

[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)
