PHPackages                             dpsarr/laravel-redis-sentinel - 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. dpsarr/laravel-redis-sentinel

ActiveLabrary

dpsarr/laravel-redis-sentinel
=============================

Package allows connect laravel to redis sentinel via PHPRedis

v0.1(4y ago)041MITPHPPHP ^7.3|^8.0

Since Jun 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dpsarr/redis-sentinel)[ Packagist](https://packagist.org/packages/dpsarr/laravel-redis-sentinel)[ RSS](/packages/dpsarr-laravel-redis-sentinel/feed)WikiDiscussions main Synced yesterday

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

Laravel Redis Sentinel
----------------------

[](#laravel-redis-sentinel)

Allows to connect to Redis via Redis Sentinel

Change your redis config in config/database.php

```
    'redis' => [
        'client' => env('REDIS_CLIENT', 'phpredis'),

        'options' => [
            'cluster' => env('REDIS_CLUSTER', 'redis'),
            'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
        ],

        'default' => [
            'password' => env('REDIS_PASSWORD', null),
            'database' => env('REDIS_DB', '0'),
            'master' => 'mymaster',
            'sentinel' => [
                'hosts' => [
                    '172.21.0.1' => 26379,
                ],
                'timeout' => 0,
                'persistent' => null,
                'retry_interval' => 0,
                'read_timeout' => 0,
            ],
        ],
    ],
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

1797d ago

### Community

Maintainers

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

---

Top Contributors

[![dpsarr](https://avatars.githubusercontent.com/u/85426209?v=4)](https://github.com/dpsarr "dpsarr (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dpsarr-laravel-redis-sentinel/health.svg)

```
[![Health](https://phpackages.com/badges/dpsarr-laravel-redis-sentinel/health.svg)](https://phpackages.com/packages/dpsarr-laravel-redis-sentinel)
```

PHPackages © 2026

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