PHPackages                             fraserreed/memcached-manager - 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. fraserreed/memcached-manager

ActiveProject[Caching](/categories/caching)

fraserreed/memcached-manager
============================

Memcached Manager is a modern implementation of the memcached.php script for PHP 5.3, 5.4, 5.5

v1.0(11y ago)43101[1 issues](https://github.com/fraserreed/memcached-manager/issues)MITPHP

Since Mar 2Pushed 11y ago1 watchersCompare

[ Source](https://github.com/fraserreed/memcached-manager)[ Packagist](https://packagist.org/packages/fraserreed/memcached-manager)[ Docs](http://github.com/fraserreed/memcached-manager)[ RSS](/packages/fraserreed-memcached-manager/feed)WikiDiscussions master Synced 1mo ago

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

Memcached Manager
=================

[](#memcached-manager)

[![Build Status](https://camo.githubusercontent.com/5ed12a0aa076b52c5319bc43af150dd8d8115bbc8f82b385b80f7704e9d72eef/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f667261736572726565642f6d656d6361636865642d6d616e616765722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/fraserreed/memcached-manager)[![Coverage Status](https://camo.githubusercontent.com/3aef9c410614fc9c6104424f907e34455b092928cd46316147d0bb0f9edcea9b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f667261736572726565642f6d656d6361636865642d6d616e616765722f62616467652e737667)](https://coveralls.io/r/fraserreed/memcached-manager)[![Code Climate](https://camo.githubusercontent.com/597476d6ce3c4b947fd75402bed0e0b68bd7d1513e0e65562b3a7854d51cb299/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f667261736572726565642f6d656d6361636865642d6d616e616765722f6261646765732f6770612e737667)](https://codeclimate.com/github/fraserreed/memcached-manager)

Memcached Manager is a modern implementation of the [Harun Yayli](https://twitter.com/haruny) memcached.php script.

### Features

[](#features)

- support for a multi-cluster, multi-node environments
- full cluster statistics
- add/edit/increment/decrement/flush keys

### Todo

[](#todo)

- search keys
- key pagination
- key listing optimization

### Screenshots

[](#screenshots)

##### Cluster Listing:

[](#cluster-listing)

[![image](https://cloud.githubusercontent.com/assets/3450927/6435462/899f6482-c06c-11e4-8f27-e20559836b39.png)](https://cloud.githubusercontent.com/assets/3450927/6435462/899f6482-c06c-11e4-8f27-e20559836b39.png)

##### Cluster Detail:

[](#cluster-detail)

[![image](https://cloud.githubusercontent.com/assets/3450927/6435472/c1d834dc-c06c-11e4-9e5a-dd3b50da5d6a.png)](https://cloud.githubusercontent.com/assets/3450927/6435472/c1d834dc-c06c-11e4-9e5a-dd3b50da5d6a.png)

##### Key Listing:

[](#key-listing)

[![image](https://cloud.githubusercontent.com/assets/3450927/6435484/f14f3738-c06c-11e4-8a39-9fbd06de80ac.png)](https://cloud.githubusercontent.com/assets/3450927/6435484/f14f3738-c06c-11e4-8a39-9fbd06de80ac.png)

### Installing via Composer

[](#installing-via-composer)

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

First, install composer:

```
curl -sS https://getcomposer.org/installer | php

```

Next, run the Composer command to install the latest stable version of Guzzle:

```
composer require fraserreed/memcached-manager

```

### Configuration

[](#configuration)

After installing, you will need to configure the Memcached clusters and nodes to connect to.

Alter the file `config/config.local.php` to include the appropriate connection information:

```
    'memcached'  => array(
        'cluster1' => array(
            array(
                'cluster' => 'local',
                'name'    => 'local1',
                'host'    => 'localhost-one',
                'port'    => 11211
            ),
            array(
                'cluster' => 'local',
                'name'    => 'local2',
                'host'    => 'localhost-two',
                'port'    => 11211
            )
        ),
        'cluster2' => array(
            array(
                'cluster' => 'local',
                'name'    => 'local1',
                'host'    => 'localhost-one.other.com',
                'port'    => 11211
            ),
            array(
                'cluster' => 'local',
                'name'    => 'local2',
                'host'    => 'localhost-two.other.com',
                'port'    => 11211
            )
        )

    )

```

### Contribution

[](#contribution)

Feel free to fork the repo and contribute in any way that you feel will make this a better solution. For any issues or feature requests, open an issue or pull request.

### Documentation

[](#documentation)

Documentation in progress.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity17

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

Unknown

Total

1

Last Release

4086d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfa5756fb63308a26f4805a3f8bd909ef4b2d96416766463fce9587e924e6b61?d=identicon)[fraserreed](/maintainers/fraserreed)

---

Top Contributors

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

---

Tags

memcachedmemcache

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fraserreed-memcached-manager/health.svg)

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

###  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)[clickalicious/memcached.php

Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.

2973.7k5](/packages/clickalicious-memcachedphp)[ihor/cachalot

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

2528.1k](/packages/ihor-cachalot)[wp-cloud/phpmemcacheadmin

Graphic stand-alone administration for memcached to monitor and debug purpose

254.9k](/packages/wp-cloud-phpmemcacheadmin)

PHPackages © 2026

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