PHPackages                             adammbalogh/key-value-store-memcached - 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. adammbalogh/key-value-store-memcached

ActiveLibrary[Caching](/categories/caching)

adammbalogh/key-value-store-memcached
=====================================

Key-value memcached store through the memcached extension.

0.5.1(11y ago)034MITPHPPHP &gt;=5.4.0

Since Sep 27Pushed 11y ago1 watchersCompare

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

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

Key Value Memcached Store
=========================

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

[![Author](https://camo.githubusercontent.com/9582c654a130ad6ba8d12bead14973a97730a3993f41d229eb56691a0626ceed/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406164616d6d62616c6f67682d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/adammbalogh)[![Build Status](https://camo.githubusercontent.com/43c0f5bd70b30402a31f17b6324234b3a1fb1a257a7ce638702d8aa99ec05bc0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6361636865642f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/adammbalogh/key-value-store-memcached)[![Coverage Status](https://camo.githubusercontent.com/59c2b7c75db6263ed7e4cd2320972414afa90dd932cf4d884f298c98ef295b1f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6361636865642e7376673f7374796c653d666c6174)](https://coveralls.io/r/adammbalogh/key-value-store-memcached)[![Quality Score](https://camo.githubusercontent.com/09eee8f726e20b47091d9176273d2f160dfe8b95ed9b9847fca93fa7b0c4531a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6361636865642e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/adammbalogh/key-value-store-memcached)[![Software License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/c66fd279799969c8d4b1a9d0a716bd5ca0af534c8ad48005deb2dc70b0b87373/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6361636865642e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-memcached)[![Total Downloads](https://camo.githubusercontent.com/3898185c5645e3c76dccd7ee76c1ff7dd1aa3c0a117ec225a641032045c550c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6361636865642e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-memcached)

[![SensioLabsInsight](https://camo.githubusercontent.com/a986aeddc9ca08fb831d4f6ce8a6fdd3750d75a76a13c54f24a37b4234d9baa3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38633135316637372d623035392d343030622d626561642d6234376264386363363963632f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/8c151f77-b059-400b-bead-b47bd8cc69cc)

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

[](#description)

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

It uses the [memcached](http://hu1.php.net/manual/en/book.memcached.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": {
        "adammbalogh/key-value-store-memcached": "@stable"
    }
}
```

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

Usage
=====

[](#usage)

```
