PHPackages                             sanzhangshitou/redis-ide-helper - 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. sanzhangshitou/redis-ide-helper

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

sanzhangshitou/redis-ide-helper
===============================

6.3.3(3mo ago)10MIT

Since Dec 13Pushed 3mo agoCompare

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

READMEChangelogDependenciesVersions (18)Used By (0)

redis-ide-helper
================

[](#redis-ide-helper)

查看 php redis 扩展版本
-----------------

[](#查看-php-redis-扩展版本)

```
php --ri redis
```

```
Redis Support => enabled
Redis Version => 6.1.0
Redis Sentinel Version => 1.0
Available serializers => php, json
```

安装对应版本的 redis-ide-helper 扩展
---------------------------

[](#安装对应版本的-redis-ide-helper-扩展)

`Redis Version => 6.1.0`

```
composer require --dev sanzhangshitou/redis-ide-helper:~6.1.0
```

`Redis Version => 6.2.0`

```
composer require --dev sanzhangshitou/redis-ide-helper:~6.2.0
```

`Redis Version => 6.3.0`

```
composer require --dev sanzhangshitou/redis-ide-helper:~6.3.0
```

```
/** @var \Redis $redis */
$redis = new \Redis();
$redis->connect(host: 'localhost', port: 6699);
$auth = $redis->auth('redis123456');
if (!$auth) {
    exit('Redis 密码认证失败');
}
$redis->select(1);
$redis->set('key', mt_rand(100000, 999999));
$res = $redis->get('key');
var_dump($res);
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance81

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Total

17

Last Release

102d ago

Major Versions

1.0.0 → 6.3.22025-12-13

1.0.1 → 6.1.x-dev2026-01-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/1eba87c5a322cea2b426f2983f9af4fadb14ebbd2fa6cd39cfee3d2e80bfef58?d=identicon)[sanzhangshitou](/maintainers/sanzhangshitou)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sanzhangshitou-redis-ide-helper/health.svg)

```
[![Health](https://phpackages.com/badges/sanzhangshitou-redis-ide-helper/health.svg)](https://phpackages.com/packages/sanzhangshitou-redis-ide-helper)
```

###  Alternatives

[beebmx/kirby-env

Enable env variables to Kirby

2037.9k2](/packages/beebmx-kirby-env)

PHPackages © 2026

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