PHPackages                             thisispiers/php-redis-implementation - 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. thisispiers/php-redis-implementation

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

thisispiers/php-redis-implementation
====================================

Raw wrapper for real Redis fans

v1.0.1(2y ago)09MITPHPPHP &gt;=8.0

Since Aug 26Pushed 2y agoCompare

[ Source](https://github.com/thisispiers/PHP-Redis-implementation)[ Packagist](https://packagist.org/packages/thisispiers/php-redis-implementation)[ RSS](/packages/thisispiers-php-redis-implementation/feed)WikiDiscussions master Synced 1mo ago

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

PHP Redis implementation
========================

[](#php-redis-implementation)

Yet another PHP redis implementation. Raw wrapper for real [Redis](https://redis.io) fans. Main advantages:

- Doesn't require any dependencies as all the communication goes via TCP/Unix socket.
- All commands are passed as is, so you have all the freedom to play with Redis just like in redis-cli.
- It won't get deprecated or obsolete. You write raw commands by yourself.
- Doesn't matter which Redis version you have.
- Supports chainable methods. Write multiple commands and send everything at once.
- Custom error function to handle errors.
- Simple and lightweight. All ~600 lines of code are straight forward.
- Forces you to actually learn and understand Redis data structures and commands.

**This fork makes it compatible with Composer and adds a minimal library for PHP 8 type checking.**

Download
--------

[](#download)

You can checkout latest version with:

```
$ git clone git://github.com/thisispiers/PHP-Redis-implementation

```

Install
-------

[](#install)

```
composer require thisispiers/php-redis-implementation

```

Contributing
------------

[](#contributing)

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

Author
------

[](#author)

- Arminas Zukauskas -
- thisispiers

*Based on *

License
-------

[](#license)

[MIT](https://tldrlegal.com/license/mit-license) Do whatever you want, attribution is nice but not required

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.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 ~269 days

Total

2

Last Release

1092d ago

### Community

Maintainers

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

---

Top Contributors

[![ziogas](https://avatars.githubusercontent.com/u/370814?v=4)](https://github.com/ziogas "ziogas (26 commits)")[![thisispiers](https://avatars.githubusercontent.com/u/1831251?v=4)](https://github.com/thisispiers "thisispiers (3 commits)")[![nate8nate](https://avatars.githubusercontent.com/u/491163?v=4)](https://github.com/nate8nate "nate8nate (1 commits)")[![NicAbashian](https://avatars.githubusercontent.com/u/13427855?v=4)](https://github.com/NicAbashian "NicAbashian (1 commits)")

### Embed Badge

![Health badge](/badges/thisispiers-php-redis-implementation/health.svg)

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

###  Alternatives

[kartik-v/bootstrap-checkbox-x

An extended checkbox plugin for bootstrap with three states and additional styles.

921.0M1](/packages/kartik-v-bootstrap-checkbox-x)[veewee/composer-run-parallel

Run composer tasks in parallel

91748.2k13](/packages/veewee-composer-run-parallel)

PHPackages © 2026

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