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

ActiveLibrary

dc/cache-memcached
==================

Cache interface

016PHP

Since Jan 10Pushed 10y ago2 watchersCompare

[ Source](https://github.com/digitalcreations/cache-memcached)[ Packagist](https://packagist.org/packages/dc/cache-memcached)[ RSS](/packages/dc-cache-memcached/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[](#installation)

```
$ composer install dc/cache-memcached

```

Or add it to `composer.json`:

```
"require": {
	"dc/cache-memcached": "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 memcached session:

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

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### 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 (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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