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

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

adammbalogh/key-value-store-null
================================

Key-value null store package. It literally does nothing.

0.5.1(11y ago)027.0k↑214.3%MITPHPPHP &gt;=5.4.0

Since Oct 13Pushed 11y ago1 watchersCompare

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

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

Key Value Null Store
====================

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

[![Author](https://camo.githubusercontent.com/9582c654a130ad6ba8d12bead14973a97730a3993f41d229eb56691a0626ceed/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406164616d6d62616c6f67682d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/adammbalogh)[![Build Status](https://camo.githubusercontent.com/73021f68b958fa7984926dc04ff66f9465c6924147b532b4af6b2cc3401b7f11/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6e756c6c2f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/adammbalogh/key-value-store-null)[![Coverage Status](https://camo.githubusercontent.com/9202c4653aea32ebb259cd13572999d9fc47b69c66293194ca041e801b159b41/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6e756c6c2e7376673f7374796c653d666c6174)](https://coveralls.io/r/adammbalogh/key-value-store-null)[![Quality Score](https://camo.githubusercontent.com/622c13948ad813202b7a0726afb2ef52c62405384059626e05326c0b5416378b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6e756c6c2e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/adammbalogh/key-value-store-null)[![Software License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/6a0fa5a0e4becbd1422308532cf16cc42d8fd0e8802e2cf137f8d87ca024014d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6e756c6c2e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-null)[![Total Downloads](https://camo.githubusercontent.com/929e6681271330a992090cb30602b191d96351dcfb7355bd2abe49a45e25fcee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d6e756c6c2e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-null)

[![SensioLabsInsight](https://camo.githubusercontent.com/9951e3221564e35a40e33bfb385c38314171d66fb557172be289dc09980c2dc1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32303362393263342d613962632d346439392d626130322d6332303835376266353933632f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/203b92c4-a9bc-4d99-ba02-c20857bf593c)

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

[](#description)

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

It does not use a third party package. It literally does nothing.

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

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

Usage
=====

[](#usage)

```
