PHPackages                             mouf/utils.cache.memcached-cache - 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. mouf/utils.cache.memcached-cache

ActiveLibrary[Caching](/categories/caching)

mouf/utils.cache.memcached-cache
================================

This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.

2.0.x-dev(11y ago)09[1 issues](https://github.com/thecodingmachine/utils.cache.memcached-cache/issues)MITPHPPHP &gt;=5.3.0

Since Jan 8Pushed 11y ago2 watchersCompare

[ Source](https://github.com/thecodingmachine/utils.cache.memcached-cache)[ Packagist](https://packagist.org/packages/mouf/utils.cache.memcached-cache)[ Docs](https://github.com/thecodingmachine/utils.cache.memcached-cache)[ RSS](/packages/mouf-utilscachememcached-cache/feed)WikiDiscussions 2.0 Synced 1w ago

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

Mouf Memcached cache service
============================

[](#mouf-memcached-cache-service)

This package contains an implementation of Mouf's CacheInterface for Memcache, using the **memcached** pecl package. To learn more about the cache interface, please see the [cache system documentation](http://mouf-php.com/packages/mouf/utils.cache.cache-interface).

This package comes with a default installer that will create a "memcacheCacheService" instance that points to a Memcache server on 127.0.0.1 listening on port 11211.

To use it:

```
Mouf::getMemcacheCacheService()->set('mykey', 'myvalue');

$mykey = Mouf::getMemcacheCacheService()->get('mykey');
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

4147d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1104771?v=4)[mouf](/maintainers/mouf)[@Mouf](https://github.com/Mouf)

---

Top Contributors

[![moufmouf](https://avatars.githubusercontent.com/u/1290952?v=4)](https://github.com/moufmouf "moufmouf (12 commits)")

---

Tags

cachememcachedmoufmemcache

### Embed Badge

![Health badge](/badges/mouf-utilscachememcached-cache/health.svg)

```
[![Health](https://phpackages.com/badges/mouf-utilscachememcached-cache/health.svg)](https://phpackages.com/packages/mouf-utilscachememcached-cache)
```

###  Alternatives

[sabre/cache

Simple cache abstraction layer implementing PSR-16

541.2M3](/packages/sabre-cache)[robinn/phpcacheadmin

A web dashboard for your favorite caching system.

4441.1k1](/packages/robinn-phpcacheadmin)[alekseykorzun/memcached-wrapper-php

Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage

2984.6k1](/packages/alekseykorzun-memcached-wrapper-php)[ihor/cachalot

Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)

2528.1k](/packages/ihor-cachalot)[avantarm/memcached-emulator

Memcached PHP extension emulator for Windows environments.

101.3k](/packages/avantarm-memcached-emulator)

PHPackages © 2026

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