PHPackages                             dc/cache-memcache - 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. dc/cache-memcache

ActiveLibrary[Caching](/categories/caching)

dc/cache-memcache
=================

Cache interface

0.2(11y ago)039MITPHP

Since Apr 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/digitalcreations/cache-memcache)[ Packagist](https://packagist.org/packages/dc/cache-memcache)[ Docs](http://github.com/digitalcreations/cache)[ RSS](/packages/dc-cache-memcache/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[![DC\Cache - Caching interface](logo.png)](logo.png)

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

[](#installation)

```
$ composer install dc/cache-memcache

```

Or add it to `composer.json`:

```
"require": {
	"dc/cache-memcache": "0.*",
}
```

```
$ composer install

```

Getting started
---------------

[](#getting-started)

You'll need to provide a `\DC\Cache\Implementations\Memcache\MemcacheConfiguration` object when constructing, that will give us the connection options for your memcache session:

```
$cache = new \DC\Cache\Implementations\Memcache\Cache(
  \DC\Cache\Implementations\Memcache\MemcacheConfiguration('localhost', '2209'));
```

Otherwise, use it according [to the interface](http://github.com/digitalcreations/cache).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Every ~90 days

Total

3

Last Release

4267d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/592f1016d288aeb80fddba8b7749f5bf91f83305b332e8d8f37db3d19c16b7d3?d=identicon)[vegardlarsen](/maintainers/vegardlarsen)

![](https://www.gravatar.com/avatar/53f38207340517e705d87fb858772629b30fa6f1d40a65668dc5599c099d3413?d=identicon)[francisrath](/maintainers/francisrath)

---

Top Contributors

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

---

Tags

cachememcached

### Embed Badge

![Health badge](/badges/dc-cache-memcache/health.svg)

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

###  Alternatives

[tedivm/stash

The place to keep your cache.

9614.9M128](/packages/tedivm-stash)[tedivm/stash-bundle

Incorporates the Stash caching library into Symfony.

871.4M16](/packages/tedivm-stash-bundle)[sabre/cache

Simple cache abstraction layer implementing PSR-16

551.3M5](/packages/sabre-cache)[robinn/phpcacheadmin

A web dashboard for your favorite caching system.

4483.8k1](/packages/robinn-phpcacheadmin)[cache/memcached-adapter

A PSR-6 cache implementation using Memcached. This implementation supports tags

182.0M16](/packages/cache-memcached-adapter)[aplus/cache

Aplus Framework Cache Library

171.6M4](/packages/aplus-cache)

PHPackages © 2026

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