PHPackages                             beehexa/webhook-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. beehexa/webhook-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

beehexa/webhook-php
===================

Webhook library for Beehexa packages

v1.2.3(11mo ago)31871MITPHPPHP ~7.2 || ~8.0 || ~8.1

Since Jul 6Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/beehexacorp/webhook-php)[ Packagist](https://packagist.org/packages/beehexa/webhook-php)[ Docs](https://www.beehexa.com/)[ RSS](/packages/beehexa-webhook-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (9)Used By (0)

Beehexa webhook library
=======================

[](#beehexa-webhook-library)

PHP Library, which used for pushing a message to a webhook.

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

[](#installation)

### Type 1: Composer

[](#type-1-composer)

`composer require beehexa/webhook-php`

How to use the library
----------------------

[](#how-to-use-the-library)

```
$messageBuilder = new Beehexa\WebhookPhp\Hook\Data\MessageBuilder();
$messageBuilder->setText('product');
$messageBuilder->setEntityId(123);
$messageBuilder->addField('event_name', 'update');
$messageBuilder->addField('entity_type', 'entity_type');
$messageBuilder->addField('entity_id', 'entity_id');
$message = $messageBuilder->build();

/// Sample Slack stretagy::
$hookURL = 'https://hooks.slack.com/services/xxxx/xxxx/xxxx';
$hookStrategy = new Beehexa\WebhookPhp\Hook\Strategy\SlackChannel($hookURL);

$hookContext = new \Beehexa\WebhookPhp\HookContext($hookStrategy);
$hookContext->exec($message);

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance53

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~180 days

Recently: every ~254 days

Total

7

Last Release

330d ago

### Community

Maintainers

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

---

Top Contributors

[![hhieubeehexa](https://avatars.githubusercontent.com/u/95127459?v=4)](https://github.com/hhieubeehexa "hhieubeehexa (10 commits)")[![phamvinhphatbeehexa](https://avatars.githubusercontent.com/u/109340017?v=4)](https://github.com/phamvinhphatbeehexa "phamvinhphatbeehexa (2 commits)")[![huydangbeehexa](https://avatars.githubusercontent.com/u/41104906?v=4)](https://github.com/huydangbeehexa "huydangbeehexa (1 commits)")

---

Tags

phpphp-librarywebhooklibrarywebhookbeehexahexasync

### Embed Badge

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

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

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[ankurk91/laravel-ses-webhooks

Handle AWS SES webhooks in Laravel php framework

2534.2k](/packages/ankurk91-laravel-ses-webhooks)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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