PHPackages                             superrb/memcached-handler - 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. superrb/memcached-handler

ActiveLibrary[Caching](/categories/caching)

superrb/memcached-handler
=========================

A handler for Memcached to use for Session handling and caching in Symfony

1.1.3(6y ago)0165MITPHP

Since May 2Pushed 5y ago3 watchersCompare

[ Source](https://github.com/superrbstudio/memcached-handler)[ Packagist](https://packagist.org/packages/superrb/memcached-handler)[ Docs](https://github.com/superrbstudio/memcached-handler)[ RSS](/packages/superrb-memcached-handler/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)DependenciesVersions (6)Used By (0)

Symfony Memcached Handler
=========================

[](#symfony-memcached-handler)

A handler for Memcached to use for Session handling and caching in Symfony

Install the bundle
------------------

[](#install-the-bundle)

`composer require superrb/memcached-handler`

Create some environment variables
---------------------------------

[](#create-some-environment-variables)

```
###> superrb/memcached-handler ###
MEMCACHED_HOST=127.0.0.1
MEMCACHED_PORT=11211
MEMCACHED_EXPIRE=14400
MEMCACHED_PREFIX=prefix_
###< superrb/memcached-handler ###
```

Storing sessions in Memcached
-----------------------------

[](#storing-sessions-in-memcached)

Add the following configuration to `config/packages/framework.yaml`

```
framework:
    session:
        handler_id: superrb_memcached_handler.session.handler.memcached
```

Other uses
----------

[](#other-uses)

You can use use the handler to create services for anything else you might want to store in Memcached

Issues and Troubleshooting
--------------------------

[](#issues-and-troubleshooting)

All issues:

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Total

5

Last Release

2537d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/854ddd08c308e3eb27145572f8c872a4170049243b2c1e82a89ac2cdc57317c3?d=identicon)[superrb](/maintainers/superrb)

---

Top Contributors

[![iknowfoobar](https://avatars.githubusercontent.com/u/255807?v=4)](https://github.com/iknowfoobar "iknowfoobar (11 commits)")

---

Tags

cms

### Embed Badge

![Health badge](/badges/superrb-memcached-handler/health.svg)

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

###  Alternatives

[nystudio107/craft-fastcgicachebust

Bust the Nginx FastCGI Cache when entries are saved or created.

1953.5k3](/packages/nystudio107-craft-fastcgicachebust)[mmikkel/cache-flag

Cold template caches that can be flagged and automatically invalidated.

1729.9k1](/packages/mmikkel-cache-flag)[bolden/htmlcache

Cache pages to HTML and boost website performance on Craft CMS 3.

317.9k](/packages/bolden-htmlcache)[offline/oc-speedy-plugin

Speed up your October CMS installation

181.0k](/packages/offline-oc-speedy-plugin)

PHPackages © 2026

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