PHPackages                             zgb7mtr/phpredis\_cluster\_phpdoc - 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. zgb7mtr/phpredis\_cluster\_phpdoc

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

zgb7mtr/phpredis\_cluster\_phpdoc
=================================

@phpdoc extension phpredis cluster for IDE autocomplete

1.2.1(5y ago)1048.4k↓34.6%4MITPHPPHP &gt;=5.3.0

Since Dec 28Pushed 1y ago2 watchersCompare

[ Source](https://github.com/zgb7mtr/phpredis_cluster_phpdoc)[ Packagist](https://packagist.org/packages/zgb7mtr/phpredis_cluster_phpdoc)[ Docs](https://github.com/zgb7mtr/phpredis_cluster_phpdoc)[ RSS](/packages/zgb7mtr-phpredis-cluster-phpdoc/feed)WikiDiscussions master Synced 1mo ago

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

phpredis\_cluster\_phpdoc
=========================

[](#phpredis_cluster_phpdoc)

You need to add the path to a class of global include path.

After that, your IDE, when you declare a class Redis will display a hint which methods of this object can be used.

### For example:

[](#for-example)

```
$redisCluster = new RedisCluster(null,['127.0.0.1:6379']);
$redisCluster->se

```

### Install

[](#install)

- Install [redis-server](http://redis.io/download)
- Install [phpredis extension](https://github.com/nicolasff/phpredis)
- The simpliest way to install and use phpredis\_cluster\_phpdoc is to use Composer, as there is a [package on Packagist](https://packagist.org/packages/zgb7mtr/phpredis_cluster_phpdoc). Just add this to your project composer.json file :

    ```
     {
     "require": {
         "zgb7mtr/phpredis_cluster_phpdoc": "*"
     },
     "minimum-stability": "dev"
     }

    ```
- Or direct download [phpredis\_cluster\_phpdoc](https://github.com/zgb7mtr/phpredis_cluster_phpdoc/tarball/master)

### Setup in IDE PhpStorm

[](#setup-in-ide-phpstorm)

Menu "File" -&gt; "Settings" -&gt; "Languages &amp; Frameworks" -&gt; "PHP" -&gt; "Include Path" -&gt; *Select path to folder "phpredis\_cluster\_phpdoc"*

### Setup in IDE NetBeans

[](#setup-in-ide-netbeans)

- Right click your project -&gt; "Properties"
- Select the "PHP Include Path" category
- Click "Add Folder..."
- Select your checkout of phpredis\_cluster\_phpdoc
- Click "Open"
- Click "OK"

### Setup in Zend Studio IDE (Eclipse PDT)

[](#setup-in-zend-studio-ide-eclipse-pdt)

- Open "Window" -&gt; "Preferences"
- In preferences dialog open "PHP" -&gt; "PHP Libriaries"
- Click "New" button, in "User library name" enter "Redis", click "OK"
- Select newly created "Redis", library Click "Add external folder", select path to the folder which contains your checkout of phpredis\_cluster\_phpdoc or you can download single "RedisCluster.php" file [https://raw.github.com/zgb7mtr/phpredis\_cluster\_phpdoc/master/src/RedisCluster.php](https://raw.github.com/zgb7mtr/phpredis_cluster_phpdoc/master/src/RedisCluster.php)
- Include your custom library in your project: open "Project" -&gt; "Properties" -&gt; "PHP Include Path", click add library, select "User library", click "Next", check "Redis", click "Finish"

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.9% 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 ~1574 days

Total

2

Last Release

1854d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8176166?v=4)[Tommy Zheng](/maintainers/zgb7mtr)[@zgb7mtr](https://github.com/zgb7mtr)

---

Top Contributors

[![zgb7mtr](https://avatars.githubusercontent.com/u/8176166?v=4)](https://github.com/zgb7mtr "zgb7mtr (13 commits)")[![TommyZheng](https://avatars.githubusercontent.com/u/15354159?v=4)](https://github.com/TommyZheng "TommyZheng (4 commits)")[![CyberLine](https://avatars.githubusercontent.com/u/195617?v=4)](https://github.com/CyberLine "CyberLine (1 commits)")[![MorrisJobke](https://avatars.githubusercontent.com/u/245432?v=4)](https://github.com/MorrisJobke "MorrisJobke (1 commits)")[![o5](https://avatars.githubusercontent.com/u/218562?v=4)](https://github.com/o5 "o5 (1 commits)")[![sudo-plz](https://avatars.githubusercontent.com/u/5683136?v=4)](https://github.com/sudo-plz "sudo-plz (1 commits)")

---

Tags

helperphpredisrediscluster

### Embed Badge

![Health badge](/badges/zgb7mtr-phpredis-cluster-phpdoc/health.svg)

```
[![Health](https://phpackages.com/badges/zgb7mtr-phpredis-cluster-phpdoc/health.svg)](https://phpackages.com/packages/zgb7mtr-phpredis-cluster-phpdoc)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[bryanjhv/slim-session

Session middleware and helper for Slim framework 4.

233961.5k16](/packages/bryanjhv-slim-session)[laravelista/ekko

Framework agnostic PHP package for marking navigation items active.

278673.4k4](/packages/laravelista-ekko)[beste/json

A simple JSON helper to decode and encode JSON

4222.7M3](/packages/beste-json)[chillerlan/php-settings-container

A container class for immutable settings objects. Not a DI container.

3427.3M21](/packages/chillerlan-php-settings-container)[kartik-v/yii2-helpers

A collection of useful helper functions for Yii Framework 2.0

883.0M29](/packages/kartik-v-yii2-helpers)

PHPackages © 2026

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