承接 fraserreed/memcached-manager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fraserreed/memcached-manager

最新稳定版本:v1.0

Composer 安装命令:

composer create-project fraserreed/memcached-manager

包简介

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

README 文档

README

Build Status Coverage Status Code Climate

Memcached Manager is a modern implementation of the Harun Yayli memcached.php script.

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

Cluster Detail:

image

Key Listing:

image

Installing via Composer

The recommended way to install Memcached Manager is through Composer.

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

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

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 in progress.

统计信息

  • 总下载量: 310
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-02