PHPackages                             flyeralarmdigital/rabbitwhisper - 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. flyeralarmdigital/rabbitwhisper

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

flyeralarmdigital/rabbitwhisper
===============================

Provides RabbitMQ Authority Level Communications with "You this is Me" responses

05

Since Feb 22Compare

[ Source](https://github.com/xilobyte7/rabbitwhisper)[ Packagist](https://packagist.org/packages/flyeralarmdigital/rabbitwhisper)[ RSS](/packages/flyeralarmdigital-rabbitwhisper/feed)WikiDiscussions Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\##FlyerAlarm Digital's RabbitWhisper

Environment:

- APPID
- FIRE\_SEQUENCE

\####Sending a Message:

```
$commo = new SendController( $receiver , $message , $type = 'SEND' );
$commo->sendMessage();

```

\####Receiving a message:

```
public function handle()
    {
        $appid = trim(env('APPID'));

        \Amqp::consume($appid, function ($message, $resolver) {
            $thisMessage = json_decode($message->body, true);
            $resolver->acknowledge($message);

            $ack = new AckController($thisMessage);
            $ack->sendMessage();

            $processMe = new WhisperProcessController($thisMessage);
            $processMe->processMessage();

        }, [
            'exchange' => 'amq.direct',
            'exchange_type' => 'direct',
            'queue_force_declare' => true,
            'queue_exclusive' => false,
            'queue_durable' => true,
            'persistent' => true// required if you want to listen forever
        ]);
    }

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/232328000?v=4)[hibberdk](/maintainers/hibberdk)[@hibberdk](https://github.com/hibberdk)

---

Top Contributors

[![xilobyte7](https://avatars.githubusercontent.com/u/47880224?v=4)](https://github.com/xilobyte7 "xilobyte7 (6 commits)")

### Embed Badge

![Health badge](/badges/flyeralarmdigital-rabbitwhisper/health.svg)

```
[![Health](https://phpackages.com/badges/flyeralarmdigital-rabbitwhisper/health.svg)](https://phpackages.com/packages/flyeralarmdigital-rabbitwhisper)
```

PHPackages © 2026

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