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

AbandonedLibrary[Caching](/categories/caching)

blablacar/redis-client
======================

BlaBlarCar Redis client

v1.0.15(3y ago)7113.6k62MITPHPPHP &gt;=5.3.3CI passing

Since Mar 16Pushed 3y ago65 watchersCompare

[ Source](https://github.com/blablacar/redis-client)[ Packagist](https://packagist.org/packages/blablacar/redis-client)[ RSS](/packages/blablacar-redis-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (18)Used By (2)

Blablacar Redis Wrapper
=======================

[](#blablacar-redis-wrapper)

[![Build Status](https://camo.githubusercontent.com/02344ff5200028852802cd0ffc1e789e115b9bcce16d7d5318e86d891492e82f/68747470733a2f2f7472617669732d63692e6f72672f626c61626c616361722f72656469732d636c69656e742e706e67)](https://travis-ci.org/blablacar/redis-client)

This library provides a simple Redis connection wrapper.

Installation
------------

[](#installation)

The recommended way to install this library is through [Composer](http://getcomposer.org/). Require the `blablacar/redis-client` package into your `composer.json` file:

```
{
    "require": {
        "blablacar/redis-client": "@stable"
    }
}
```

**Protip:** you should browse the [`blablacar/redis-client`](https://packagist.org/packages/blablacar/redis-client)page to choose a stable version to use, avoid the `@stable` meta constraint.

Usage
-----

[](#usage)

Create a Client and you're done!

```
$client = new \Blablacar\Redis\Client('127.0.0.1', 6379); // Default values
$client->set('foobar', 42); // Return 1
```

For more information about Redis extension see the [nicolasff/phpredis](https://github.com/nicolasff/phpredis).

License
-------

[](#license)

Blablacar Redis client is released under the MIT License. See the bundled LICENSE file for details.

###  Health Score

39

↑

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community28

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~459 days

Total

16

Last Release

1185d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6662493c184b0ed32978349f4162cac376a2e1026c7f3a06cf1a9565867ecf15?d=identicon)[odolbeau](/maintainers/odolbeau)

---

Top Contributors

[![odolbeau](https://avatars.githubusercontent.com/u/680206?v=4)](https://github.com/odolbeau "odolbeau (13 commits)")[![cvasseur](https://avatars.githubusercontent.com/u/944301?v=4)](https://github.com/cvasseur "cvasseur (6 commits)")[![maxou-blabla](https://avatars.githubusercontent.com/u/69457436?v=4)](https://github.com/maxou-blabla "maxou-blabla (3 commits)")[![edouarddurieux](https://avatars.githubusercontent.com/u/4196108?v=4)](https://github.com/edouarddurieux "edouarddurieux (2 commits)")[![glorens](https://avatars.githubusercontent.com/u/6751199?v=4)](https://github.com/glorens "glorens (2 commits)")[![glutamatt](https://avatars.githubusercontent.com/u/1442992?v=4)](https://github.com/glutamatt "glutamatt (2 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")[![mfix](https://avatars.githubusercontent.com/u/502426?v=4)](https://github.com/mfix "mfix (1 commits)")[![api1024](https://avatars.githubusercontent.com/u/19338464?v=4)](https://github.com/api1024 "api1024 (1 commits)")

---

Tags

owner-v3v3clientredis

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)[amphp/redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

165634.7k44](/packages/amphp-redis)[ptrofimov/tinyredisclient

The most lightweight Redis client written in PHP

91719.6k7](/packages/ptrofimov-tinyredisclient)[kdyby/redis

Redis storage for Nette Framework

491.6M2](/packages/kdyby-redis)[clue/redis-protocol

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

5311.0M13](/packages/clue-redis-protocol)

PHPackages © 2026

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