PHPackages                             coquibot/coqui-toolkit-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. coquibot/coqui-toolkit-webhooks

ActiveLibrary

coquibot/coqui-toolkit-webhooks
===============================

Incoming webhooks for Coqui: HTTP receiver + management CRUD, HMAC verifiers (GitHub/Slack/generic), and the webhook toolkit.

v0.1.0(1mo ago)00MITPHPPHP ^8.4

Since Jul 15Pushed 1mo agoCompare

[ Source](https://github.com/carmelosantana/coqui-toolkit-webhooks)[ Packagist](https://packagist.org/packages/coquibot/coqui-toolkit-webhooks)[ RSS](/packages/coquibot-coqui-toolkit-webhooks/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

coqui-toolkit-webhooks
======================

[](#coqui-toolkit-webhooks)

Optional [Coqui](https://github.com/carmelosantana/coqui) mod that adds the **incoming webhooks** feature: an HTTP receiver endpoint, management CRUD API, HMAC verifiers (GitHub, Slack, and a generic scheme), delivery dispatch, and the webhook agent toolkit.

Core Coqui no longer ships webhooks — it is a clean leaf feature that consumes core (creating tasks and triggering agents) but that nothing in core depends on. Installing this mod restores the full feature through two additive extension points, with no core changes.

Install
-------

[](#install)

```
/mods install coquibot/coqui-toolkit-webhooks
```

The mod self-registers on two surfaces:

- **HTTP routes** — the receiver and management API register via `extra.php-agents.apiFeatures` (`WebhooksFeature`), which Coqui's API server discovers and wires onto its router.
- **Agent toolkit** — `WebhookToolkit` registers via `extra.php-agents.toolkits` and builds its store from the shared Coqui SQLite database through the toolkit-discovery context.

No configuration needed. When the mod is not installed, webhook routes return 404, the toolkit is absent, and the health endpoint omits its webhook block.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

47d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/597820?v=4)[Carmelo Santana](/maintainers/carmelosantana)[@carmelosantana](https://github.com/carmelosantana)

---

Top Contributors

[![carmelosantana](https://avatars.githubusercontent.com/u/597820?v=4)](https://github.com/carmelosantana "carmelosantana (5 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/coquibot-coqui-toolkit-webhooks/health.svg)

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

PHPackages © 2026

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