PHPackages                             durianpeople/runtime-messaging - 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. durianpeople/runtime-messaging

ActiveLibrary

durianpeople/runtime-messaging
==============================

Intra-messaging system with runtime storage

v1.0.1(5y ago)011.7kMITPHPPHP &gt;=7.4

Since Jul 18Pushed 5y agoCompare

[ Source](https://github.com/durianpeople/runtime-messaging)[ Packagist](https://packagist.org/packages/durianpeople/runtime-messaging)[ RSS](/packages/durianpeople-runtime-messaging/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Runtime Messaging
=================

[](#runtime-messaging)

This library is an intra-messaging system with runtime storage (storage is available only per request/execution).

Usage
-----

[](#usage)

```
use Durianpeople\Messaging\Messaging;

$channel_1 = Messaging::channel('channel_1');
$channel_1->onReceiveMessage(function($message) {
    var_dump($message);
});

Messaging::send('channel_1', "Test message");
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Every ~2 days

Total

2

Last Release

2121d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2001867?v=4)[Setya Wibawa](/maintainers/durianpeople)[@durianpeople](https://github.com/durianpeople)

---

Top Contributors

[![durianpeople](https://avatars.githubusercontent.com/u/2001867?v=4)](https://github.com/durianpeople "durianpeople (11 commits)")

### Embed Badge

![Health badge](/badges/durianpeople-runtime-messaging/health.svg)

```
[![Health](https://phpackages.com/badges/durianpeople-runtime-messaging/health.svg)](https://phpackages.com/packages/durianpeople-runtime-messaging)
```

PHPackages © 2026

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