PHPackages                             nhalstead/webhook-coordinator - 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. nhalstead/webhook-coordinator

Abandoned → [nhalstead/php-facilitator](/?search=nhalstead%2Fphp-facilitator)Library

nhalstead/webhook-coordinator
=============================

Trigger Webhooks to post data to channels in php. This will work with Slack, Discord, and other systems that use WebHooks.

v1.0(7y ago)111MITPHP

Since Aug 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nhalstead/php-facilitator)[ Packagist](https://packagist.org/packages/nhalstead/webhook-coordinator)[ RSS](/packages/nhalstead-webhook-coordinator/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP Webhook Facilitator
=======================

[](#php-webhook-facilitator)

Using the Basic Package you can Post Requests to Slack, Discord and other Services that have WebHook Endpoints with Ease!

This is a package for PHP, So it is PSR4 compliant and can be used with or without composer.

**Zero** Dependencies with exception of `CURL`.

The System is even ready for you to add you own Custom Webhook Endpoints.

Supported Services
------------------

[](#supported-services)

NameFull SupportClassCustom EventsYesSlackYesnhalstead\\Endpoints\\SlackWebhookDiscordYesnhalstead\\Endpoints\\DiscordWebhookIFTTTYesnhalstead\\Endpoints\\IFTTTWebhook---

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

[](#installation)

You can install the package via composer

> ```
> composer require nhalstead/php-facilitator
> ```

Alternatively you can clone the code from GitHub

> ```
> git clone https://github.com/nhalstead/php-facilitator.git
> ```

How to use:
-----------

[](#how-to-use)

> Load the Package using Composer
>
> ```php
> >require_once("../vendor/autoload.php"); // Composer Method, Loading by PSR4
> >use nhalstead\Facilitator\Facilitator;
> >```

> This will send an Payload to a Specific channel on the specified event.
>
> ```
> use nhalstead\Facilitator\Facilitator;
> use nhalstead\Facilitator\Endpoints\DiscordWebhook;
>
> // Create new Queue
> $queue = new Facilitator();
>
> // Make new Event
> $newEvent = new DiscordWebhook("[DISCORD WEBHOOK URL]");
> $newEvent->username("John");
> $newEvent->avatar("https://png.icons8.com/clouds/50/000000/megaphone.png");
> $newEvent->message("Hello");
>
>
> // Add and Send Events in Queue
> $queue->addEvent($newEvent);
> $queue->sendEvents();
> ```
>
>
>
> For more Examples check out the /examples folder.

Contributors
------------

[](#contributors)

- nhalstead @

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

2816d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9c3c2c0bc46e9d988cd3b9af2c7a3dca6906092c5029017a802477343230f69?d=identicon)[nhalstead00](/maintainers/nhalstead00)

---

Top Contributors

[![nhalstead](https://avatars.githubusercontent.com/u/5577816?v=4)](https://github.com/nhalstead "nhalstead (33 commits)")

### Embed Badge

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

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

PHPackages © 2026

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