semitexa / webhooks
Semitexa Webhooks - inbound verification/deduplication and outbound durable delivery with retries
Package info
github.com/semitexa/semitexa-webhooks
Type:semitexa-module
pkg:composer/semitexa/webhooks
2026.04.05.0855
2026-04-04 11:23 UTC
Requires
- php: ^8.4
- semitexa/core: *
- semitexa/orm: *
This package is auto-updated.
Last update: 2026-04-05 09:00:36 UTC
README
Webhook support for Semitexa — inbound signature verification with deduplication, outbound durable delivery with retries, audit trail, and replay CLI.
Phase 1
- Inbound: signature verification (HMAC-SHA256), durable inbox with deduplication
- Outbound: persistent outbox, claim-and-lease worker, exponential backoff retries
- Audit: append-only attempt history for all transitions
- CLI:
webhook:work,webhook:replay:inbound,webhook:replay:outbound,webhook:show