/TechDivision_MemcacheServer

A PHP based Memcache server implementation.

Primary LanguagePHP

TechDivision_MemacheServer

Latest Stable Version Total Downloads Latest Unstable Version License Build StatusScrutinizer Code QualityCode Coverage

Introduction

This package implements a memcache server.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "techdivision/memcacheserver": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

Usage

Coming soon!

External Links