Download the PHP package fraserreed/memcached-manager without Composer
On this page you can find all versions of the php package fraserreed/memcached-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fraserreed/memcached-manager
More information about fraserreed/memcached-manager
Files in fraserreed/memcached-manager
Package memcached-manager
Short Description Memcached Manager is a modern implementation of the memcached.php script for PHP 5.3, 5.4, 5.5
License MIT
Homepage http://github.com/fraserreed/memcached-manager
Informations about the package memcached-manager
Memcached Manager
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:
Cluster Detail:
Key Listing:
Installing via Composer
The recommended way to install Memcached Manager is through Composer.
First, install composer:
Next, run the Composer command to install the latest stable version of Guzzle:
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:
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.