PHPackages                             marko/webhook - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. marko/webhook

ActiveLibrary[HTTP &amp; Networking](/categories/http)

marko/webhook
=============

Webhook sending package for Marko Framework

0.7.0(4w ago)02MITPHPPHP ^8.5

Since Mar 25Pushed 3w agoCompare

[ Source](https://github.com/marko-php/marko-webhook)[ Packagist](https://packagist.org/packages/marko/webhook)[ RSS](/packages/marko-webhook/feed)WikiDiscussions develop Synced 3w ago

READMEChangelogDependencies (21)Versions (18)Used By (0)

marko/webhook
=============

[](#markowebhook)

Send and receive webhooks with HMAC-SHA256 signature verification, automatic retry with exponential backoff, and delivery attempt tracking.

Installation
------------

[](#installation)

```
composer require marko/webhook
```

Quick Example
-------------

[](#quick-example)

```
use Marko\Webhook\Sending\WebhookDispatcher;
use Marko\Webhook\Value\WebhookPayload;

$payload = new WebhookPayload(
    url: 'https://example.com/webhooks',
    event: 'order.created',
    data: ['order_id' => 42, 'total' => '99.99'],
    secret: 'your-shared-secret',
);

$response = $webhookDispatcher->dispatch($payload);
```

Documentation
-------------

[](#documentation)

Full usage, API reference, and examples: [marko/webhook](https://marko.build/docs/packages/webhook/)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance95

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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 ~4 days

Recently: every ~11 days

Total

16

Last Release

29d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/437029?v=4)[Mark Shust](/maintainers/markshust)[@markshust](https://github.com/markshust)

---

Top Contributors

[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (7 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/marko-webhook/health.svg)

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

PHPackages © 2026

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