PHPackages                             misaf/laravel-email-webhooks-resend - 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-resend

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

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

Resend email webhook integration for Laravel.

v1.0.0(6mo ago)13MITPHPPHP ^8.3CI passing

Since Jan 27Pushed 1mo agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

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

[](#laravel-email-webhooks-resend)

Resend driver package for `misaf/laravel-email-webhooks` on Laravel 13.

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

[](#requirements)

- PHP 8.4+
- Laravel 13
- `misaf/laravel-email-webhooks` 1.x
- `spatie/laravel-webhook-client` 3.x

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

[](#installation)

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

The service provider is auto-discovered by Laravel and registers the `resend` email webhook driver.

Usage
-----

[](#usage)

Process a Resend webhook payload through the shared facade:

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

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

When using Spatie Webhook Client, set the process job to:

```
Misaf\LaravelEmailWebhooksResend\Jobs\Webhooks::class
```

The driver maps Resend payloads to `Misaf\LaravelEmailWebhooksResend\DTOs\ResendEvent` and dispatches the core package email events.

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance80

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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

203d 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)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

eventlaravelemailresendwebhookintegration

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

265192.2k1](/packages/erag-laravel-disposable-email)[ferdous/laravel-otp-validate

Laravel package for OTP validation with built-in features like retry and resend mechanism. Built in max retry and max resend blocking. OTP/Security Code can be send over SMS or Email of your choice with user-defined template.

7124.7k](/packages/ferdous-laravel-otp-validate)[tapp/filament-webhook-client

Add a Filament resource and a policy for Spatie Webhook client

1129.6k](/packages/tapp-filament-webhook-client)[ashallendesign/laravel-mailboxlayer

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

772.3k](/packages/ashallendesign-laravel-mailboxlayer)

PHPackages © 2026

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