PHPackages                             limingxinleo/utils-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. limingxinleo/utils-redis

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

limingxinleo/utils-redis
========================

This is a util for redis

0.0.2(8y ago)023MITPHPPHP &gt;=5.4.0

Since May 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/limingxinleo/utils-redis)[ Packagist](https://packagist.org/packages/limingxinleo/utils-redis)[ RSS](/packages/limingxinleo-utils-redis/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Redis单例类
========

[](#redis单例类)

Composer 安装
-----------

[](#composer-安装)

```
composer require limingxinleo/utils-redis

```

使用方法
----

[](#使用方法)

```
$redis = \limx\utils\Redis::getInstance(
    $config->redis->host,
    $config->redis->auth,
    $config->redis->index,
    $config->redis->port
);

print_r($redis->keys("*"));

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3258d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/limingxinleo-utils-redis/health.svg)

```
[![Health](https://phpackages.com/badges/limingxinleo-utils-redis/health.svg)](https://phpackages.com/packages/limingxinleo-utils-redis)
```

###  Alternatives

[scheb/tombstone

Dead code detection with tombstones for PHP

282578.2k2](/packages/scheb-tombstone)

PHPackages © 2026

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