2017 © Pedro Peláez
 

project mcbrowser

An admin to browse Memcached Contents

image

buonzz/mcbrowser

An admin to browse Memcached Contents

  • Sunday, September 7, 2014
  • by buonzz
  • Repository
  • 0 Watchers
  • 3 Stars
  • 155 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Memcached Browser

Browse, edit, flush and manage your Memcache key contents using this super easy to use tool within your web browser., (*1)

Requirements

  • PHP >= 5.2
  • memcached PHP extension

Installation

composer require buonzz/mcbrowser:dev-master

Save the project somewhere accessible in your web server. then edit the config.php:, (*2)

$servers = array(
            'local'=> array(
             'hostname'=>'localhost', 'port'=> '11211'
              )
  );

The default value contains a single server pointing to your locahost in the port 11211. You can however add as many servers as you want., (*3)

Once done, just fire it up in your browser and your done!, (*4)

Usage

On the sidebar, this will list all the keys. Just click the Key you wanted to see and it will dump the contents in the page. From there, there are buttons for commonly used operations, like Delete, Edit, Set Expiry time, increment, decrement etc. The options though may vary depending on the value of the key., (*5)

Credits

  • Memcached docs - http://php.net/manual/en/intro.memcached.php
  • Memcache Software - http://memcached.org/
  • Twitter Bootstrap - http://getbootstrap.com/

The Versions

07/09 2014

dev-master

9999999-dev

An admin to browse Memcached Contents

  Sources   Download

MIT

The Requires

  • php >=5.2
  • ext-memcached *

 

by Darwin Biler

memcache memcached admin cas phpmemcacheadmin flush browse memcacheadmin browse memcache