PHPackages                             adammbalogh/key-value-store-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. adammbalogh/key-value-store-memory

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

Key-value memory store through a simple php array.

0.5.2(10y ago)086611MITPHPPHP &gt;=5.4.0

Since Oct 16Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (4)Used By (1)

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

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

[![Author](https://camo.githubusercontent.com/9582c654a130ad6ba8d12bead14973a97730a3993f41d229eb56691a0626ceed/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406164616d6d62616c6f67682d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/adammbalogh)[![Build Status](https://camo.githubusercontent.com/d68bc3662b9ea224e481d8f5108f2892b3a2e3d345c31a9ca1d69724fbc95efe/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6f72792f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/adammbalogh/key-value-store-memory)[![Coverage Status](https://camo.githubusercontent.com/b764b7f7c43e354b26d45c2291d5bb6ce82e3d0f089308803390675680bb80c9/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6f72792e7376673f7374796c653d666c6174)](https://coveralls.io/r/adammbalogh/key-value-store-memory)[![Quality Score](https://camo.githubusercontent.com/cf7532bdeee2275ae3afefc18afd1e41da58c17cc7df012b2f85e9f6c0d00700/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6f72792e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/adammbalogh/key-value-store-memory)[![Software License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/3ce3206216928f22586e90d5f5bc923a8b3600ddb59fe38b36560f866330d724/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6f72792e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-memory)[![Total Downloads](https://camo.githubusercontent.com/b9074586859fa7ea7de208c33536f3db67b619007501e0362bf4a6d439e99dab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6d656d6f72792e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-memory)

[![SensioLabsInsight](https://camo.githubusercontent.com/5d8fcae69e047862893a472777fe675ada0369d84ae8c1e512db4071090e6c28/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30323662613465302d306133392d346264342d626333352d6434643761616332323939342f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/026ba4e0-0a39-4bd4-bc35-d4d7aac22994)

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

[](#description)

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

It uses a simple php array.

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

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

Usage
=====

[](#usage)

```
