# spatie/laravel-webhook-server

Send webhooks from Laravel apps

Repository: https://github.com/spatie/laravel-webhook-server
Canonical: https://ross.abutalabs.com/products/laravel-webhook-server
Homepage: https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, http, webhooks
Last push: 2026-08-23T23:35:43+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 75, longevity 100
- inputs: {"age_days": 2641, "days_push": 10, "days_rel": 10, "gap_med": 121.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1079, forks 143 (observed 2026-08-28T04:03:30.393207+00:00)

## What it is
A Laravel package for easily configuring and sending webhooks from Laravel applications. It supports signing requests, retrying failed webhooks with backoff strategies, and queue-based delivery.

## Use cases
- send webhooks from a Laravel app
- notify other systems when events happen in my app
- sign outgoing webhook requests
- retry failed webhook deliveries with backoff
- queue webhook HTTP requests
- add webhook support to my API

## When to choose
- you build Laravel apps and need to push event notifications to other systems via HTTP
- you need signed, retried, queued webhook delivery out of the box

## When to avoid
- you need to receive and process incoming webhooks (use spatie/laravel-webhook-client instead)
- your project is not Laravel/PHP

## Facets
- artifact type: library
- maturity: stable
- function: webhook, http-client, sdk
- domain: web-development, backend, apis
- platform: php
- tags: laravel, webhooks, spatie, signing, retries, automation, web-server

## Member repositories
- spatie/laravel-webhook-server (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:30.393207+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:53:06.338059+00:00, confidence not recorded.
  - readme: https://github.com/spatie/laravel-webhook-server (fetched 2026-08-28T04:03:30.393207+00:00, sha 06326b97391d)
  - homepage: https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps (fetched 2026-08-29T12:54:02.273348+00:00, sha 404b4bb0a90e)
  - site_page: https://freek.dev/about (fetched 2026-08-29T12:54:02.282815+00:00, sha e0ef9dccbb05)
- Data as of 2026-08-30T08:39:29.467469+00:00.
