PHPackages                             chaseisabelle/resphp - 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. [Caching](/categories/caching)
4. /
5. chaseisabelle/resphp

ActiveLibrary[Caching](/categories/caching)

chaseisabelle/resphp
====================

redis resp protocol encoder/decoder

v0.0.2(5y ago)13MITPHPPHP &gt;=7.1CI failing

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chaseisabelle/resphp)[ Packagist](https://packagist.org/packages/chaseisabelle/resphp)[ Docs](https://github.com/chaseisabelle/resphp)[ RSS](/packages/chaseisabelle-resphp/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

RESPHP
======

[](#resphp)

a library for encoding/decoding the redis [resp protocol](https://redis.io/topics/protocol)

---

### install

[](#install)

using [composer](https://github.com/chaseisabelle/resphp)

```
composer install chaseisabelle/resphp
```

---

### encoding

[](#encoding)

```
$encoded = \ChaseIsabelle\RESPHP\Encoder::encode([
    'simple string',
    'bulk string¡',
    1,
    null,
    []
]);
```

---

### decoding

[](#decoding)

```
$decoded = \ChaseIsabelle\RESPHP\Decoder::decode($encoded);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

2041d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

redisresp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chaseisabelle-resphp/health.svg)

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

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[clue/redis-protocol

A streaming Redis protocol (RESP) parser and serializer written in pure PHP.

5311.0M13](/packages/clue-redis-protocol)[cache/redis-adapter

A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

523.9M27](/packages/cache-redis-adapter)[enqueue/redis

Message Queue Redis Transport

405.5M25](/packages/enqueue-redis)[kdyby/redis

Redis storage for Nette Framework

491.6M2](/packages/kdyby-redis)

PHPackages © 2026

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