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

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

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

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

**Extension package to resend email webhook events in Laravel applications.**

Features
--------

[](#features)

- Resend email webhook events easily.
- Built on top of `laravel-email-webhooks`.
- Works with [Spatie Laravel Webhook Client](https://github.com/spatie/laravel-webhook-client).
- Fully tested with Pest and Orchestra Testbench.

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

[](#requirements)

- PHP ^8.3
- Laravel 10+
- `misaf/laravel-email-webhooks` ^1.0.0
- `spatie/laravel-webhook-client` ^3.4.3

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

[](#installation)

```
composer require misaf/laravel-email-webhooks-resend
Usage
Publish the service provider (if you need customization):

bash
Copy code
php artisan vendor:publish --provider="Misaf\EmailWebhooksResend\Providers\EmailWebhooksResendServiceProvider"
Resend webhook events:

php
Copy code
use Misaf\EmailWebhooksResend\Facades\EmailWebhooksResend;

EmailWebhooksResend::resend('event-name', $payload);
Integrate with your webhook client:

php
Copy code
use Spatie\WebhookClient\Models\WebhookCall;

WebhookCall::create([
    'name' => 'email_event',
    'payload' => $payload,
]);
Testing
The package uses Pest and Orchestra Testbench:

bash
Copy code
composer test
Contributing
All contributions are welcome. Feel free to submit pull requests or open issues.

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance80

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

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

105d 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 (8 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

[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.4k](/packages/ferdous-laravel-otp-validate)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[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)
