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

AbandonedArchivedLibrary[Caching](/categories/caching)

blablacar/memcached-bundle
==========================

BlaBlarCar Memcached bundle

v1.1.1(10y ago)464.0k1MITHTMLPHP &gt;=5.3.3

Since Jul 8Pushed 10y ago19 watchersCompare

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

READMEChangelogDependencies (6)Versions (9)Used By (0)

BlablacarMemcachedBundle
========================

[](#blablacarmemcachedbundle)

[![Build Status](https://camo.githubusercontent.com/8de7d9415a06db444f305bb1a6cb6bf412b322157b3997141e4aaf90a2558adb/68747470733a2f2f7472617669732d63692e6f72672f626c61626c616361722f426c61626c616361724d656d63616368656442756e646c652e706e67)](https://travis-ci.org/blablacar/BlablacarMemcachedBundle)

A bundle to use memcached inside your Symfony2 application

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

[](#installation)

The recommended way to install this bundle is through [Composer](http://getcomposer.org/).

```
composer require blablacar/memcached-bundle

```

Update `app/AppKernel.php`:

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Blablacar\MemcachedBundle\BlablacarMemcachedBundle(),
    );

    return $bundles;
}
```

If you want to use the memcached session handler add the relevant config (see next section) and update your `app/config/config.yml` file:

```
framework:
    session:
        handler_id:  blablacar_memcached.session_handler
```

Configuration reference
-----------------------

[](#configuration-reference)

```
blablacar_memcached:
    clients:              # Required

        # Prototype
        name:
            persistent_id:        null
            servers:              [] # Required
            options:              []
    session:
        client:               ~ # Required
        prefix:               session
        ttl:                  ~
```

License
-------

[](#license)

Blablacar Memcached bundle 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

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~73 days

Recently: every ~128 days

Total

8

Last Release

3812d 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 (22 commits)")[![tonydub](https://avatars.githubusercontent.com/u/722056?v=4)](https://github.com/tonydub "tonydub (2 commits)")

---

Tags

owner-v3v3bundleSymfony2memcached

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tedivm/stash

The place to keep your cache.

9824.8M124](/packages/tedivm-stash)[tedivm/stash-bundle

Incorporates the Stash caching library into Symfony.

841.4M16](/packages/tedivm-stash-bundle)[gos/pubsub-router-bundle

Symfony PubSub Router Bundle

442.2M1](/packages/gos-pubsub-router-bundle)[sabre/cache

Simple cache abstraction layer implementing PSR-16

541.2M3](/packages/sabre-cache)[avtonom/semaphore-bundle

A generic locking Symfony bundle for PHP, that uses named locks for semaphore acquire and release, to guarantee atomicity

122.8k](/packages/avtonom-semaphore-bundle)[symfony-bundles/redis-bundle

Symfony Redis Bundle

271.1M5](/packages/symfony-bundles-redis-bundle)

PHPackages © 2026

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