PHPackages                             tikaszvince/key-value-store-memcache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. tikaszvince/key-value-store-memcache

ActiveLibrary[Caching](/categories/caching)

tikaszvince/key-value-store-memcache
====================================

Key-value memcache store through memcache extension.

0.5.0(11y ago)051MITPHPPHP &gt;=5.4.0

Since Oct 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tikaszvince/key-value-store-memcache)[ Packagist](https://packagist.org/packages/tikaszvince/key-value-store-memcache)[ RSS](/packages/tikaszvince-key-value-store-memcache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Key Value Memcache Store
========================

[](#key-value-memcache-store)

[![Author](https://camo.githubusercontent.com/75d31831d3e246620b28d1f677beaaeb4b4eeca638834ee2e9ba2e9fcfbc74ec/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d4074696b61737a76696e63652d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/tikaszvince)[![Build Status](https://camo.githubusercontent.com/4d98315a5994337f29ee3e918058e8cfdb2fa1bd24cf42a2ecc6e449be527417/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74696b61737a76696e63652f6b65792d76616c75652d73746f72652d6d656d63616368652f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/tikaszvince/key-value-store-memcache)[![Coverage Status](https://camo.githubusercontent.com/2b48fffd6f2fb45a689e004e812bf294e5c0de62ac57afbd22465deac635c3e6/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f74696b61737a76696e63652f6b65792d76616c75652d73746f72652d6d656d63616368652e7376673f7374796c653d666c6174)](https://coveralls.io/r/tikaszvince/key-value-store-memcache)[![Software License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/5f392c1d882379782b8cde648ef23ddc46c76bf254c08546187b7b697602c71a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74696b61737a76696e63652f6b65792d76616c75652d73746f72652d6d656d63616368652e7376673f7374796c653d666c6174)](https://packagist.org/packages/tikaszvince/key-value-store-memcache)

Description
===========

[](#description)

This library provides a layer to a key value memcache store.

It uses the [memcache](http://docs.php.net/manual/en/book.memcache.php) extension.

Check out the [abstract library](https://github.com/adammbalogh/key-value-store) to see the other adapters and the Api.

Installation
============

[](#installation)

Install it through composer.

```
{
    "require": {
        "tikaszvince/key-value-store-memcache": "@stable"
    }
}
```

**tip:** you should browse the [`tikaszvince/key-value-store-memcache`](https://packagist.org/packages/tikaszvince/key-value-store-memcache)page to choose a stable version to use, avoid the `@stable` meta constraint.

Usage
=====

[](#usage)

```
