PHPackages                             phpninjas/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. phpninjas/redis

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

phpninjas/redis
===============

Simple redis client.

012PHP

Since Aug 4Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

USAGE
=====

[](#usage)

```
$redis = new RedisClient("localhost");
$redis["somekey"] = "some value";
echo $redis["somekey"]; // "some value"
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/460cc058bda3ffbaade325c31806d0c9a677e9f605f22b1d191485d24677c8e3?d=identicon)[james.turner.phpninja@gmail.com](/maintainers/james.turner.phpninja@gmail.com)

---

Top Contributors

[![james-turner](https://avatars.githubusercontent.com/u/437893?v=4)](https://github.com/james-turner "james-turner (7 commits)")

### Embed Badge

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

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

###  Alternatives

[vkartaviy/retry

The library for repeatable and retryable operations

29231.3k2](/packages/vkartaviy-retry)[jakewhiteley/php-sets

An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.

1828.5k](/packages/jakewhiteley-php-sets)[rikudou/memoize-bundle

Automatic memoization for your Symfony services

222.9k](/packages/rikudou-memoize-bundle)

PHPackages © 2026

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