PHPackages                             adammbalogh/key-value-store-shared-memory - 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-shared-memory

ActiveLibrary[Caching](/categories/caching)

adammbalogh/key-value-store-shared-memory
=========================================

Key-value shared memory store through php shared memory module.

0.5.1(11y ago)31.1k1[1 issues](https://github.com/adammbalogh/key-value-store-shared-memory/issues)MITPHPPHP &gt;=5.4.0

Since Oct 20Pushed 9y ago1 watchersCompare

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

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

Key Value Shared Memory Store
=============================

[](#key-value-shared-memory-store)

[![Author](https://camo.githubusercontent.com/9582c654a130ad6ba8d12bead14973a97730a3993f41d229eb56691a0626ceed/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406164616d6d62616c6f67682d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/adammbalogh)[![Build Status](https://camo.githubusercontent.com/9e1824759f0878b1a33258f693936edaca3469ce90c7789dab1451b23e0de2a9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d7368617265642d6d656d6f72792f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/adammbalogh/key-value-store-shared-memory)[![Coverage Status](https://camo.githubusercontent.com/c50d17eca828cd9c5106db82ac32c2292fd3af4e42a7120b9ea0d01c72079868/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d7368617265642d6d656d6f72792e7376673f7374796c653d666c6174)](https://coveralls.io/r/adammbalogh/key-value-store-shared-memory)[![Quality Score](https://camo.githubusercontent.com/36a1b78af8138d5e723a9c2f7ea9385826c0436da21c61383b15bd59a2703a53/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d7368617265642d6d656d6f72792e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/adammbalogh/key-value-store-shared-memory)[![Software License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/aaae4c6738097dc535f205f1823334c2c1bcce1ed19ffef874cffefa1421f628/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d7368617265642d6d656d6f72792e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-shared-memory)[![Total Downloads](https://camo.githubusercontent.com/cd54634fe25bd7f41103dfec5f215609397c6526cf05a5cb37d1b96120ff8e9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d7368617265642d6d656d6f72792e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-shared-memory)

[![SensioLabsInsight](https://camo.githubusercontent.com/0e1d24143a7cedadc34152bc848ea1a5c4942c047a1ec16e43282c0966030897/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31396664336637392d346364302d343739372d383935642d6237323639346638343131362f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/19fd3f79-4cd0-4797-895d-b72694f84116)

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

[](#description)

This library provides a layer to a key value shared memory store.

It uses the [php shared memory module](http://php.net/manual/en/book.sem.php).

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-shared-memory": "@stable"
    }
}
```

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

Usage
=====

[](#usage)

```
