PHPackages                             trepatudo/laravel-redisreliable - 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. trepatudo/laravel-redisreliable

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

trepatudo/laravel-redisreliable
===============================

Redis broadcast driver with reliable delivery

74441[1 issues](https://github.com/trepatudo/laravel-redisreliable/issues)PHP

Since Mar 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/trepatudo/laravel-redisreliable)[ Packagist](https://packagist.org/packages/trepatudo/laravel-redisreliable)[ RSS](/packages/trepatudo-laravel-redisreliable/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Redis Reliable Broadcasting Driver
------------------------------------------

[](#laravel-redis-reliable-broadcasting-driver)

Same as RedisBroadcaster from illuminate/broadcasting but allows a customization to assure at least 1 subscriber has received the event, otherwise adds it into a list.

Requirements
------------

[](#requirements)

- laravel &gt;= 5.1

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

[](#installation)

Using Composer:

```
composer require trepatudo/laravel-redisreliable
```

In your config/app.php file add the following provider to your service providers array:

```
'providers' => [
    ...
    RedisReliableDriver\RedisReliableBroadcastServiceProvider::class,
    ...
]
```

In your config/broadcasting.php file set the default driver to 'redisreliable' and add the connection configuration like so:

```
'default' => 'redisreliable',

'connections' => [
    ...
    'redisreliable' => [
      'driver' => 'redisreliable',
      'connection' => 'default',
      'sub_min'     => env('BROADCAST_REDISRELIABLE_MIN', 1), // Minimum subscribers required to get the broadcast (pub/sub)
      'sub_list'   => env('BROADCAST_REDISRELIABLE_LIST', 'laravel_rr_list'), // List to add the broadcast payload and channel in case sub_min was not matched
    ],
    ...
]
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fb70e4767c55ba64cdab8485658085b1c1be6032f85b8b40238b6b90548a9ce?d=identicon)[trepatudo](/maintainers/trepatudo)

---

Top Contributors

[![trepatudo](https://avatars.githubusercontent.com/u/3707100?v=4)](https://github.com/trepatudo "trepatudo (3 commits)")

### Embed Badge

![Health badge](/badges/trepatudo-laravel-redisreliable/health.svg)

```
[![Health](https://phpackages.com/badges/trepatudo-laravel-redisreliable/health.svg)](https://phpackages.com/packages/trepatudo-laravel-redisreliable)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M85](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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