2017 © Pedro Peláez
 

project memcached-manager

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

image

fraserreed/memcached-manager

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

  • Monday, March 2, 2015
  • by fraserreed
  • Repository
  • 1 Watchers
  • 3 Stars
  • 183 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Memcached Manager

Build Status Coverage Status Code Climate, (*1)

Memcached Manager is a modern implementation of the Harun Yayli memcached.php script., (*2)

Features

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

Todo

  • search keys
  • key pagination
  • key listing optimization

Screenshots

Cluster Listing:

image, (*3)

Cluster Detail:

image, (*4)

Key Listing:

image, (*5)

Installing via Composer

The recommended way to install Memcached Manager is through Composer., (*6)

First, install composer:, (*7)

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

Next, run the Composer command to install the latest stable version of Guzzle:, (*8)

composer require fraserreed/memcached-manager

Configuration

After installing, you will need to configure the Memcached clusters and nodes to connect to., (*9)

Alter the file config/config.local.php to include the appropriate connection information:, (*10)

    '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

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., (*11)

Documentation

Documentation in progress., (*12)

The Versions

02/03 2015

dev-master

9999999-dev http://github.com/fraserreed/memcached-manager

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fraser Reed

memcache memcached

02/03 2015

v1.0

1.0.0.0 http://github.com/fraserreed/memcached-manager

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fraser Reed

memcache memcached