PHPackages                             erwane/whep-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. erwane/whep-brevo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

erwane/whep-brevo
=================

Brevo (SendInBlue) webhooks handler

2.2.0(9mo ago)015MITPHPPHP ^8.1CI passing

Since Aug 3Pushed 9mo agoCompare

[ Source](https://github.com/Erwane/whep-brevo)[ Packagist](https://packagist.org/packages/erwane/whep-brevo)[ Docs](https://github.com/Erwane/whep-brevo)[ RSS](/packages/erwane-whep-brevo/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelogDependencies (5)Versions (14)Used By (0)

[Brevo](https://www.brevo.com/) (SendInBlue) webhook handler for [WHEP](https://github.com/Erwane/whep-brevo) project
=====================================================================================================================

[](#brevo-sendinblue-webhook-handler-for-whep-project)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![codecov](https://camo.githubusercontent.com/1db1f22f896313535b335be90bde842a129f16c55f3d521c01c12c6f6d4ecdba/68747470733a2f2f636f6465636f762e696f2f67682f457277616e652f776865702d627265766f2f67726170682f62616467652e7376673f746f6b656e3d594347594a5159425852)](https://codecov.io/gh/Erwane/whep-brevo)[![CI](https://github.com/Erwane/whep-brevo/actions/workflows/ci.yml/badge.svg)](https://github.com/Erwane/whep-brevo/actions)[![Packagist Downloads](https://camo.githubusercontent.com/69f6bde7532e5fdc94dcdd958f3e6cf493d7fe0e88fbd008f3a11848240b3a13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f457277616e652f776865702d627265766f)](https://packagist.org/packages/Erwane/whep-brevo)[![Packagist Version](https://camo.githubusercontent.com/e1593919e23a5286c0c777086a18c3868eff9ab97b38e8e1399eafed06ec1832/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f457277616e652f776865702d627265766f)](https://packagist.org/packages/Erwane/whep-brevo)

Webhook handler for [Brevo](https://www.brevo.com/) (SendInBlue) emailing provider.

Usage
-----

[](#usage)

```
composer require erwane/whep-brevo
```

```
use WHEP\Exception\SecurityException;
use WHEP\Exception\WHEPException;
use WHEP\Factory;

try {
    $provider = Factory::provider('brevo', [
        'client_ip' => $_SERVER['REMOTE_ADDR'] ?? null, // Use method from your framework to get the ServerRequest client ip.
        'callbacks' => [
            ProviderInterface::EVENT_BLOCKED => [$this, 'callbackInvalidate'],
            ProviderInterface::EVENT_BOUNCE_QUOTA => [$this, 'callbackUnsub'],
        ],
    ]);

    // process the data.
    $provider->process($webhookData);

    // Data available from provider getters.
    $recipient = $provider->getRecipient();

    // Launch callbacks
    $provider->callback();
} catch (SecurityException $e) {
    // log ?
} catch (WHEPException $e) {
    // log ?
}
```

See [WHEP Client README](https://github.com/Erwane/whep-client) for options, events and getters.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance58

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

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

Total

14

Last Release

270d ago

Major Versions

1.1.0 → 2.0.02025-08-11

1.1.1 → 2.0.12025-08-12

PHP version history (3 changes)1.0.0PHP ^7.2

2.0.0PHP 8.0.\*

2.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/91732d78336582954080932d4350d08420a053dbba6728f1727b5500ab931c65?d=identicon)[Erwane](/maintainers/Erwane)

---

Top Contributors

[![Erwane](https://avatars.githubusercontent.com/u/712604?v=4)](https://github.com/Erwane "Erwane (12 commits)")

---

Tags

webhookbrevosendinblue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/erwane-whep-brevo/health.svg)

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

###  Alternatives

[dintel/php-github-webhook

Simple class for handling GitHub webhook calls

5115.5k](/packages/dintel-php-github-webhook)[ankurk91/laravel-ses-webhooks

Handle AWS SES webhooks in Laravel php framework

2534.2k](/packages/ankurk91-laravel-ses-webhooks)[atakde/discord-webhook-php

discord webhook php

186.5k](/packages/atakde-discord-webhook-php)[degordian/yii2-webhooks

Yii2 extension for webhooks

117.1k](/packages/degordian-yii2-webhooks)[shipsaas/laravel-inbox-process

Inbox pattern process implementation for your Laravel Applications

132.1k](/packages/shipsaas-laravel-inbox-process)

PHPackages © 2026

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