misaf/laravel-email-webhooks-resend
最新稳定版本:v1.0.0
Composer 安装命令:
composer require misaf/laravel-email-webhooks-resend
包简介
Resend email webhook integration for Laravel.
README 文档
README
Extension package to resend email webhook events in Laravel applications.
Features
- Resend email webhook events easily.
- Built on top of
laravel-email-webhooks. - Works with Spatie Laravel Webhook Client.
- Fully tested with Pest and Orchestra Testbench.
Requirements
- PHP ^8.3
- Laravel 10+
misaf/laravel-email-webhooks^1.0.0spatie/laravel-webhook-client^3.4.3
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.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-27