PHPackages                             gabrielmoura/laravel-pennant-redis - 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. [Caching](/categories/caching)
4. /
5. gabrielmoura/laravel-pennant-redis

ActiveLibrary[Caching](/categories/caching)

gabrielmoura/laravel-pennant-redis
==================================

A Redis Driver for Laravel Pennant

1.2(1y ago)164.4k↑16.7%2MITPHPPHP ^8.1

Since Nov 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/gabrielmoura/laravel-pennant-redis)[ Packagist](https://packagist.org/packages/gabrielmoura/laravel-pennant-redis)[ RSS](/packages/gabrielmoura-laravel-pennant-redis/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

[![](art/art.webp)](art/art.webp)

[![Latest Stable Version](https://camo.githubusercontent.com/9b07247a2a1333fdbce7d9feacb1b97f4197c185eb9ac8e8ac35df12a5b6db62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6761627269656c6d6f7572612f6c61726176656c2d70656e6e616e742d7265646973)](https://packagist.org/packages/gabrielmoura/laravel-pennant-redis)[![License](https://camo.githubusercontent.com/e67d8e4b4081d0bc8367cd9d37b57ae6a89305f5ff0c256e9d71f4f530522bf3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6761627269656c6d6f7572612f6c61726176656c2d70656e6e616e742d7265646973)](https://packagist.org/packages/gabrielmoura/laravel-pennant-redis)

Introduction
------------

[](#introduction)

A Redis Driver for the [Laravel Pennant](https://github.com/laravel/pennant).

Now compatible with Laravel 11 and igbinary.

Compatibility
-------------

[](#compatibility)

- Laravel 10
- Laravel 11
- IgBinary

Objective
---------

[](#objective)

Considering the necessity of employing storage other than arrays or databases, I took the liberty of crafting a driver to provide native support for Redis.

The advantage lies in not being confined to a single Laravel instance or the database, which already contends with its challenges of overload.

This minor alteration is a replica of the database driver, with adaptations for writing and reading Hash in Redis.

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

[](#installation)

```
composer require gabrielmoura/laravel-pennant-redis
```

```
/* config/pennant.php */

   'stores' => [
      'redis' => [
            'driver' => 'redis',
            'connection' => 'default',
        ],

    ],
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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 ~144 days

Total

3

Last Release

621d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37e17458fd2a5d749af1f2804f4250f2776d7eb5badfb5b157d3b4b71c546906?d=identicon)[gabrielmoura](/maintainers/gabrielmoura)

---

Top Contributors

[![gabrielmoura](https://avatars.githubusercontent.com/u/3229287?v=4)](https://github.com/gabrielmoura "gabrielmoura (14 commits)")

---

Tags

laravelpennantredislaravelredispennantdriver

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gabrielmoura-laravel-pennant-redis/health.svg)

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

###  Alternatives

[monospice/laravel-redis-sentinel-drivers

Redis Sentinel integration for Laravel and Lumen.

103830.5k](/packages/monospice-laravel-redis-sentinel-drivers)[namoshek/laravel-redis-sentinel

An extension of Laravels Redis driver which supports connecting to a Redis master through Redis Sentinel.

38679.0k](/packages/namoshek-laravel-redis-sentinel)[yangusik/laravel-balanced-queue

Laravel queue management with load balancing between partitions (user groups)

786.4k](/packages/yangusik-laravel-balanced-queue)[vetruvet/laravel-phpredis

Use phpredis as the redis connection in Laravel

43123.7k](/packages/vetruvet-laravel-phpredis)[ginnerpeace/laravel-redis-lock

Simple redis distributed locks for Laravel.

15114.4k](/packages/ginnerpeace-laravel-redis-lock)[huangdijia/laravel-redis-ide-helper

Redis ide-helper for Laravel.

1243.3k](/packages/huangdijia-laravel-redis-ide-helper)

PHPackages © 2026

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