PHPackages                             univeros/webhooks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. univeros/webhooks

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

univeros/webhooks
=================

First-class webhook framework for Univeros: signing primitives, inbound verify middleware, and an outbound dispatcher with retry / dead-letter / replay.

v2.5.1(1mo ago)00MITPHPPHP &gt;=8.3

Since Jun 1Pushed 1mo agoCompare

[ Source](https://github.com/univeros/webhooks)[ Packagist](https://packagist.org/packages/univeros/webhooks)[ Docs](https://univeros.io)[ RSS](/packages/univeros-webhooks/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (16)Versions (10)Used By (0)

univeros/webhooks
=================

[](#univeroswebhooks)

First-class webhook primitive for Univeros — both directions. **Inbound:** signature verification (HMAC-SHA256 / HMAC-SHA512 / Ed25519) + timestamp replay window + event-id dedupe, as a PSR-15 middleware. **Outbound:** a signed dispatcher over Symfony Messenger with retry, dead-letter and replay. Driven by a `webhook:` spec block and an `x-altair-webhook` OpenAPI 3.1 extension that round-trips the policy.

```
# inbound
webhook:
  direction: in
  signing: hmac-sha256
  secret_name: stripe
  dedupe_ttl: 24h
  timestamp_window: 5m
```

```
# outbound
webhook:
  direction: out
  signing: hmac-sha256
  retry: { max_attempts: 5, backoff: exponential }
  dead_letter: webhook.deadletter
```

Add the block to a spec → `bin/altair spec:scaffold` → the scaffolder wires the inbound `ActionAwareWebhookVerifyMiddleware` or the outbound `WebhookDispatcher` binding for the declared direction.

```
bin/altair webhook:show-failed          # list dead-lettered deliveries
bin/altair webhook:replay  # re-dispatch one
```

See **[docs/packages/webhooks.md](../../../docs/packages/webhooks.md)** for the full reference: signing primitives, storage adapters, both behaviour matrices, round-trip semantics, and host wiring.

Composer
--------

[](#composer)

```
composer require univeros/webhooks
```

PHP 8.3+; depends on the PSR HTTP interfaces, `symfony/messenger` (outbound), and `univeros/configuration` + `univeros/container`. The Redis adapters need `ext-redis`; Ed25519 signing needs `ext-sodium` (omitted from `SignerRegistry::default()` when absent).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

9

Last Release

54d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/566016?v=4)[Antonio Ramirez](/maintainers/tonydspaniard)[@tonydspaniard](https://github.com/tonydspaniard)

---

Top Contributors

[![tonydspaniard](https://avatars.githubusercontent.com/u/566016?v=4)](https://github.com/tonydspaniard "tonydspaniard (2 commits)")

### Embed Badge

![Health badge](/badges/univeros-webhooks/health.svg)

```
[![Health](https://phpackages.com/badges/univeros-webhooks/health.svg)](https://phpackages.com/packages/univeros-webhooks)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k19.5M1.8k](/packages/cakephp-cakephp)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k16](/packages/tempest-framework)[typo3/cms-core

TYPO3 CMS Core

3713.2M5.2k](/packages/typo3-cms-core)[mcp/sdk

Model Context Protocol SDK for Client and Server applications in PHP

1.5k1.5M107](/packages/mcp-sdk)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
