PHPackages                             soapbox/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. [API Development](/categories/api)
4. /
5. soapbox/webhooks

ActiveLibrary[API Development](/categories/api)

soapbox/webhooks
================

Handle webhook requests from the API

3.0(4y ago)04.2k[4 PRs](https://github.com/Soapbox/GoodTalk-Webhooks/pulls)PHPPHP &gt;=7.2

Since Dec 13Pushed 3y ago9 watchersCompare

[ Source](https://github.com/Soapbox/GoodTalk-Webhooks)[ Packagist](https://packagist.org/packages/soapbox/webhooks)[ RSS](/packages/soapbox-webhooks/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (5)Dependencies (6)Versions (12)Used By (0)

GoodTalk-Webhooks
=================

[](#goodtalk-webhooks)

Set up
------

[](#set-up)

- Install the library
- Set up your `.env`

```
WEBHOOKS_HANDLER_NAMESPACE=

```

- Set this to the namespace of where classes for your handlers will be

```
WEBHOOKS_SIGNED_REQUEST_ALGORITHM=sha256
WEBHOOKS_SIGNED_REQUEST_CACHE_PREFIX=signed-requests
WEBHOOKS_SIGNED_REQUEST_SIGNATURE_HEADER=GoodTalk-Signature
WEBHOOKS_SIGNED_REQUEST_ALGORITHM_HEADER=GoodTalk-Signature-Algorithm
WEBHOOKS_SIGNED_REQUEST_KEY=testing
WEBHOOKS_SIGNED_REQUEST_ALLOW_REPLAYS=true
WEBHOOKS_SIGNED_REQUEST_TOLERANCE_SECONDS=600

```

- Set this to be able to receive webhooks requests from the API
- `WEBHOOKS_SIGNED_REQUEST_KEY` is generated from the artisan command on the API: `webhook:create`
- The handler class name should be the camel case notation of the name of the event

    - e.g. if the event type from the API is `user.updated` the class to hanle it should be `UserUpdated`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

1816d ago

Major Versions

1.2 → 2.02021-05-18

2.0 → 3.02021-05-25

PHP version history (2 changes)v1.0PHP &gt;=7.1

1.2PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1336930?v=4)[Graham McCarthy](/maintainers/grahammccarthy)[@grahammccarthy](https://github.com/grahammccarthy)

---

Top Contributors

[![fokosun](https://avatars.githubusercontent.com/u/7254731?v=4)](https://github.com/fokosun "fokosun (6 commits)")[![devsquad-leandro-santos](https://avatars.githubusercontent.com/u/83614465?v=4)](https://github.com/devsquad-leandro-santos "devsquad-leandro-santos (5 commits)")[![itsobiwong](https://avatars.githubusercontent.com/u/5666417?v=4)](https://github.com/itsobiwong "itsobiwong (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[spatie/laravel-route-attributes

Auto register routes using PHP attributes

879963.2k18](/packages/spatie-laravel-route-attributes)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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