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

AbandonedArchivedLibrary[Caching](/categories/caching)

blablacar/memcached-client
==========================

BlaBlarCar Memcached client

v1.1.0(11y ago)386.7k11MITPHPPHP &gt;=5.3.3

Since Jul 7Pushed 11y ago71 watchersCompare

[ Source](https://github.com/blablacar/memcached-client)[ Packagist](https://packagist.org/packages/blablacar/memcached-client)[ RSS](/packages/blablacar-memcached-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (7)Used By (1)

Blablacar Memcached Wrapper
===========================

[](#blablacar-memcached-wrapper)

[![Build Status](https://camo.githubusercontent.com/0d010033b7c492fe0c7c2f067cb3d31a7bec522278110472cc77623df2543bb3/68747470733a2f2f7472617669732d63692e6f72672f626c61626c616361722f6d656d6361636865642d636c69656e742e706e67)](https://travis-ci.org/blablacar/memcached-client)

This library provides a simple Memcached connection wrapper.

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

[](#installation)

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

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

**Protip:** you should browse the [`blablacar/memcached-client`](https://packagist.org/packages/blablacar/memcached-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\Memcached\Client();
$client->addServer('127.0.0.1', 11211);
$client->set('foobar', 42); // Return 1
```

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~61 days

Total

6

Last Release

4079d 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 (12 commits)")

---

Tags

owner-v3v3clientmemcache

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[sabre/cache

Simple cache abstraction layer implementing PSR-16

541.2M3](/packages/sabre-cache)[clickalicious/memcached.php

Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.

2973.7k5](/packages/clickalicious-memcachedphp)[clickalicious/phpmemadmin

phpMemAdmin - Bringing Memcached to the web

5076.0k](/packages/clickalicious-phpmemadmin)

PHPackages © 2026

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