PHPackages                             nhalstead/php-facilitator - 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. nhalstead/php-facilitator

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

nhalstead/php-facilitator
=========================

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)15MITPHP

Since Aug 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nhalstead/php-facilitator)[ Packagist](https://packagist.org/packages/nhalstead/php-facilitator)[ RSS](/packages/nhalstead-php-facilitator/feed)WikiDiscussions master Synced 4d 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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

2817d 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-php-facilitator/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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