# spatie/laravel-webhook-client

Receive webhooks in Laravel apps

Repository: https://github.com/spatie/laravel-webhook-client
Canonical: https://ross.abutalabs.com/products/laravel-webhook-client
Homepage: https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, webhooks
Last push: 2026-07-28T13:30:58+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 83, longevity 100
- inputs: {"age_days": 2640, "days_push": 36, "days_rel": 36, "gap_med": 65, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1202, forks 160 (observed 2026-08-28T04:03:58.354815+00:00)

## What it is
A Laravel package by Spatie for receiving webhooks in Laravel applications. It handles verifying signed webhook calls, storing payloads, and processing them in queued jobs.

## Use cases
- receive webhooks in a laravel app
- verify webhook signatures
- store and process webhook payloads
- handle stripe or github webhooks in laravel
- process incoming webhook events via queued jobs

## When to choose
- you're building a Laravel or PHP app that needs to accept webhook HTTP requests
- you need signature verification and reliable payload processing out of the box
- you want webhook payloads handled asynchronously via Laravel's queue

## When to avoid
- you need to send webhooks rather than receive them (use spatie/laravel-webhook-server)
- your project isn't built on Laravel
- you need a language-agnostic webhook receiver outside the PHP ecosystem

## Facets
- artifact type: library
- maturity: stable
- function: webhook, http-server, middleware
- domain: web-development, backend, apis
- platform: php
- tags: laravel, webhooks, signature-verification, spatie, queued-jobs, automation, web-server

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

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:58.354815+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:20:38.301376+00:00, confidence not recorded.
  - readme: https://github.com/spatie/laravel-webhook-client (fetched 2026-08-28T04:03:58.354815+00:00, sha cf533794e456)
  - homepage: https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps (fetched 2026-08-29T12:27:41.205393+00:00, sha 404b4bb0a90e)
  - site_page: https://freek.dev/about (fetched 2026-08-29T12:27:41.208510+00:00, sha e0ef9dccbb05)
- Data as of 2026-08-30T08:39:29.467469+00:00.
