PHPackages                             yafa11/mc-viewer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yafa11/mc-viewer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yafa11/mc-viewer
================

Memcache key viewer

1.0.5(7y ago)025MITPHPPHP &gt;=5.4.0

Since Aug 4Pushed 7y agoCompare

[ Source](https://github.com/yafa11/mcViewer)[ Packagist](https://packagist.org/packages/yafa11/mc-viewer)[ Docs](https://github.com/yafa11/mcViewer)[ RSS](/packages/yafa11-mc-viewer/feed)WikiDiscussions master Synced today

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

mcViewer
========

[](#mcviewer)

A GUI/interface for finding and viewing the contents of keys on one or more memcache servers.

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

[](#installation)

### Install with composer

[](#install-with-composer)

[Install composer](https://getcomposer.org/download/)

#### As a standalone aplication:

[](#as-a-standalone-aplication)

From the command line

```
    composer require yafa11/mc-viewer:@stable

```

#### As a library to an existing project:

[](#as-a-library-to-an-existing-project)

In your projects composer.json file add:

```
    {
        "require": {
            "yafa11/mc-viewer": "@stable"
        }
    }

```

The packages adheres to the [SemVer](http://semver.org/) specification, and will maintian full backwards compatibility between minor versions.

### Create a config.ini file

[](#create-a-configini-file)

Copy /src/config/config.ini.example to /src/config/config.ini and modify it to match your cache server setup.

Basic Usage
-----------

[](#basic-usage)

### Stand alone usage:

[](#stand-alone-usage)

From vendor/yafa11/mc-viewer/public run 'php -S 127.0.0.1:8888' In a browser navigate to

### As part of another project

[](#as-part-of-another-project)

The view template of mcViewer is completely separate from the logic used to query and gather the cache keys and values. This means that usage of the included html scripts is completely optional. If you wish to resuse the html code, copy the /src/public/mcViewer folder into your projects public folder. Then point your browser at &lt;your domain&gt;/mcViwer/mcViewer.html

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2883d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2730079?v=4)[Daniel Berry](/maintainers/yafa11)[@yafa11](https://github.com/yafa11)

---

Top Contributors

[![dberry-webpt](https://avatars.githubusercontent.com/u/155656324?v=4)](https://github.com/dberry-webpt "dberry-webpt (6 commits)")

---

Tags

memcacheinspectViewerslab

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yafa11-mc-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/yafa11-mc-viewer/health.svg)](https://phpackages.com/packages/yafa11-mc-viewer)
```

###  Alternatives

[motomedialab/laravel-self-healing-urls

Generate self-healing URLs for models

252.8k](/packages/motomedialab-laravel-self-healing-urls)

PHPackages © 2026

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