PHPackages                             misaf/laravel-email-webhooks - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. misaf/laravel-email-webhooks

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

misaf/laravel-email-webhooks
============================

Core package for handling email webhook events in Laravel applications.

v1.0.1(1mo ago)13592MITPHPPHP ^8.3CI passing

Since Jan 27Pushed 1mo agoCompare

[ Source](https://github.com/misaf/laravel-email-webhooks)[ Packagist](https://packagist.org/packages/misaf/laravel-email-webhooks)[ RSS](/packages/misaf-laravel-email-webhooks/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (13)Versions (3)Used By (2)

Laravel Email Webhooks
======================

[](#laravel-email-webhooks)

Provider-neutral Laravel 13 package for parsing email webhook payloads into DTOs and dispatching Laravel events.

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 13

Installation
------------

[](#installation)

```
composer require misaf/laravel-email-webhooks
```

The service provider is auto-discovered by Laravel.

Usage
-----

[](#usage)

Create a provider driver by extending `Misaf\LaravelEmailWebhooks\EmailWebhooksDriver`, then register it with the manager:

```
use Misaf\LaravelEmailWebhooks\Facades\EmailWebhooks;
use Vendor\Package\ProviderEmailWebhooksDriver;

EmailWebhooks::extend('provider', fn ($app) => $app->make(ProviderEmailWebhooksDriver::class));
```

Process a validated provider payload through the configured driver:

```
use Misaf\LaravelEmailWebhooks\Facades\EmailWebhooks;

$eventData = EmailWebhooks::driver('provider')->processEvent($payload);
```

The package dispatches these Laravel events:

- `Misaf\LaravelEmailWebhooks\Events\EmailSent`
- `Misaf\LaravelEmailWebhooks\Events\EmailBounced`
- `Misaf\LaravelEmailWebhooks\Events\EmailComplained`
- `Misaf\LaravelEmailWebhooks\Events\EmailFailed`

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance91

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87% 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 ~159 days

Total

2

Last Release

43d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41fd7351d25e29dafa18068d0418eecf6bb47a7473aabe6bc674b4ca35e71805?d=identicon)[misaf](/maintainers/misaf)

---

Top Contributors

[![misaf](https://avatars.githubusercontent.com/u/8195685?v=4)](https://github.com/misaf "misaf (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

eventlaravelemailwebhookintegration

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/misaf-laravel-email-webhooks/health.svg)

```
[![Health](https://phpackages.com/badges/misaf-laravel-email-webhooks/health.svg)](https://phpackages.com/packages/misaf-laravel-email-webhooks)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M188](/packages/spatie-laravel-health)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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