PHPackages                             webman-tech/laravel-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. webman-tech/laravel-redis

ActiveLibrary[Caching](/categories/caching)

webman-tech/laravel-redis
=========================

Webman plugin webman-tech/laravel-redis

v12.0.12(6mo ago)07MITPHPPHP ^8.2

Since Feb 7Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/webman-tech/laravel-redis)[ Packagist](https://packagist.org/packages/webman-tech/laravel-redis)[ RSS](/packages/webman-tech-laravel-redis/feed)WikiDiscussions 12.x Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (15)Used By (0)

webman-tech/laravel-redis
=========================

[](#webman-techlaravel-redis)

> Split from [webman-tech/laravel-monorepo](https://github.com/webman-tech/laravel-monorepo)

适用于 webman 的 Laravel Redis 组件，基于 illuminate/redis 实现。

安装
--

[](#安装)

```
composer require webman-tech/laravel-redis
```

简介
--

[](#简介)

该组件是对 [webman/redis](https://www.workerman.net/doc/webman/db/redis.html) 的包装，提供更完整的 Laravel Redis 使用体验。

所有方法和配置与 Laravel 几乎一致，因此使用方式可完全参考 [Laravel Redis 文档](https://laravel.com/docs/redis)。

特殊使用说明
------

[](#特殊使用说明)

使用 `WebmanTech\LaravelRedis\Facades\Redis` 替代 `Illuminate\Support\Facades\Redis`

```
use WebmanTech\LaravelRedis\Facades\Redis;

Redis::set('key', 'value');
$value = Redis::get('key');
```

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance75

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~0 days

Total

15

Last Release

190d ago

Major Versions

11.x-dev → v12.0.82025-06-04

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webman-tech-laravel-redis/health.svg)

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

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[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)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[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)

PHPackages © 2026

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