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.0(3mo ago)181MITPHPPHP ^8.3

Since Jan 27Pushed 3mo 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 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (1)

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

[](#laravel-email-webhooks)

**Core package for handling email webhook events in Laravel applications.**

Features
--------

[](#features)

- Easily handle incoming email webhook events.
- Built for Laravel 10+.
- Simple integration with your Laravel application.
- Fully tested with Pest and Orchestra Testbench.

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

[](#requirements)

- PHP ^8.3
- Laravel 10+

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

[](#installation)

You can install the package via Composer:

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

Usage

Publish the service provider (if you need to customize):

php artisan vendor:publish --provider="Misaf\EmailWebhooks\Providers\EmailWebhooksServiceProvider"

Handle webhook events by creating your own controllers or using the provided routes:

use Misaf\EmailWebhooks\Facades\EmailWebhooks;

EmailWebhooks::listen('event-name', function ($payload) {
    // Handle the event
});

Configure the webhook routes in your routes/web.php or routes/api.php if needed:

Route::post('/email/webhook', [\Misaf\EmailWebhooks\Controllers\WebhookController::class, 'handle']);

Testing

The package uses Pest
 and Orchestra Testbench
 for testing:

composer test

Contributing

Feel free to submit issues or pull requests. All contributions are welcome!

License

This package is open-sourced under the MIT license.
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance80

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

104d 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 (7 commits)")

---

Tags

eventlaravelemailwebhookintegration

###  Code Quality

TestsPest

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

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[ashallendesign/laravel-mailboxlayer

A lightweight Laravel package for validating emails using the Mailbox Layer API.

762.0k](/packages/ashallendesign-laravel-mailboxlayer)[sarfraznawaz2005/laravel-sse

Laravel package to provide Server Sent Events functionality for your app.

474.6k](/packages/sarfraznawaz2005-laravel-sse)

PHPackages © 2026

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