PHPackages                             onesk/rabbit-echo - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. onesk/rabbit-echo

ActiveLibrary[Queues &amp; Workers](/categories/queues)

onesk/rabbit-echo
=================

OneSK send laravel echo event using rabbitmq worker queue

1.0(3y ago)018MITPHPPHP &gt;=7.2

Since Feb 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hieudd92/onesk-rabbit-echo)[ Packagist](https://packagist.org/packages/onesk/rabbit-echo)[ RSS](/packages/onesk-rabbit-echo/feed)WikiDiscussions main Synced today

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

Rabbit Echo
===========

[](#rabbit-echo)

Package description: OneSK send laravel echo event using rabbitmq worker queue

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

[](#installation)

Install via composer

```
composer require onesk/rabbit-echo
```

### Publish package assets

[](#publish-package-assets)

```
php artisan vendor:publish --provider="Onesk\RabbitEcho\ServiceProvider"
```

Usage
-----

[](#usage)

```
$event = 'event name';
$channel = 'channel';
$type = 'public';
$message = 'new message';
$data = [];

app('rabbit-echo')->sendEvent($event, $channel, $type, $message, $data);

```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

1243d ago

### Community

Maintainers

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

---

Top Contributors

[![hieudd92](https://avatars.githubusercontent.com/u/13128948?v=4)](https://github.com/hieudd92 "hieudd92 (2 commits)")

---

Tags

rabbitmqlaravel-echo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/onesk-rabbit-echo/health.svg)

```
[![Health](https://phpackages.com/badges/onesk-rabbit-echo/health.svg)](https://phpackages.com/packages/onesk-rabbit-echo)
```

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[illuminate/bus

The Illuminate Bus package.

6046.3M542](/packages/illuminate-bus)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[nuwber/rabbitevents

The Nuwber RabbitEvents package

122529.7k4](/packages/nuwber-rabbitevents)[iamfarhad/laravel-rabbitmq

Native ext-amqp RabbitMQ queue driver for Laravel production workloads with connection pooling, publisher confirms, Horizon support, Octane support, quorum queues, and high-performance workers

3319.5k](/packages/iamfarhad-laravel-rabbitmq)

PHPackages © 2026

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