PHPackages                             salopot/yii2-debug-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. salopot/yii2-debug-memcached

ActiveYii2-extension[Debugging &amp; Profiling](/categories/debugging)

salopot/yii2-debug-memcached
============================

The memcached panel for Yii2 debug module

06.2k5[1 issues](https://github.com/salopot/yii2-debug-memcached/issues)PHP

Since May 23Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 debug memcached panel
==========================

[](#yii2-debug-memcached-panel)

The memcached panel for Yii2 debug module

Features
--------

[](#features)

- Show memcached statistic per server
- Automatic get configuration from cache component
- Configurable cache usage levels for warnings
- Use Formatter or internal converter to show statistic

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist salopot/yii2-debug-memcached "dev-master"

```

or add

```
"salopot/yii2-debug-memcached": "dev-master"

```

to the require section of your `composer.json` file.

Update config: add panel to your debug module configuration:

```
'components'=>[
    ...
    'cache' => [
        'class' => 'yii\caching\MemCache',
         'servers' => [
            [
                'host' => 'server1',
                'port' => 11211,
                'weight' => 100,
            ],
            [
                'host' => 'server2',
                'port' => 11211,
                'weight' => 50,
            ],
            ***
         ],

    ],
    ...

],
...
'modules'=>[
    ...
    'debug'=>[
        ...
        'panels'=>[
            ...
            'memcached'=>[
                'class' => '\salopot\debug\memcached\panels\MemcachedPanel',
                //'useFormatter' => false,
            ]
        ]
    ]
    ...
]
```

Usage
-----

[](#usage)

You will see a debugger toolbar showing at the bottom of every page of your application. You can click on the "Memcached" toolbar panel to see more detailed debug information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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/de866b61b006a3510267758ed2fcc6396fdad0eca7d09750d6aed2d9807f70f0?d=identicon)[salopot](/maintainers/salopot)

---

Top Contributors

[![salopot](https://avatars.githubusercontent.com/u/6479366?v=4)](https://github.com/salopot "salopot (2 commits)")[![kushalhalder](https://avatars.githubusercontent.com/u/5244062?v=4)](https://github.com/kushalhalder "kushalhalder (1 commits)")

### Embed Badge

![Health badge](/badges/salopot-yii2-debug-memcached/health.svg)

```
[![Health](https://phpackages.com/badges/salopot-yii2-debug-memcached/health.svg)](https://phpackages.com/packages/salopot-yii2-debug-memcached)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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