spatie/laravel-webhook-server
Send webhooks from Laravel with configurable endpoints, payloads and headers. Supports request signing, queued delivery, retries with backoff, and failure handling. Ideal for notifying external services when events happen in your app.
Architecture fit: Excellent alignment with Laravel's ecosystem. Uses Laravel's built-in queue system for async processing and integrates seamlessly with config files. Supports standard HTTP practices like signing, retries, and SSL verification out-of-the-box.
Integration feasibility: High. Simple composer install (composer require spatie/laravel-webhook-server), minimal config publishing (php artisan vendor:publish), and intuitive API (WebhookCall::create()->dispatch()). No complex dependencies beyond Laravel core.
Technical risk: Low-to-moderate. Despite 1057 stars, "Dependents: 0" raises concerns about real-world adoption. The listed "Last release: 2026-02-21" is logically impossible (future date), indicating potential data errors. Security risks are mitigated by HMAC signing implementation, but unverified SSL handling and queue-specific limitations (e.g., SQS max 15min delays) require validation.
Key questions:
Stack fit: Fully compatible with Laravel 8+ and standard queue drivers (Redis, SQS, database). Uses
How can I help you explore Laravel packages today?