PHPackages                             adammbalogh/key-value-store-file - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. adammbalogh/key-value-store-file

ActiveLibrary[File &amp; Storage](/categories/file-storage)

adammbalogh/key-value-store-file
================================

Key-value file store through fire015/flintstone package.

0.5.3(11y ago)21.1k12MITPHPPHP &gt;=5.4.0

Since Sep 23Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (11)Used By (2)

Key Value File Store
====================

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

[![Author](https://camo.githubusercontent.com/9582c654a130ad6ba8d12bead14973a97730a3993f41d229eb56691a0626ceed/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406164616d6d62616c6f67682d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/adammbalogh)[![Build Status](https://camo.githubusercontent.com/0c9a78b1d99c99d2a5bddfa734c7f44fb4f691fe8da99d9d6565dfc6f0810382/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d66696c652f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/adammbalogh/key-value-store-file)[![Coverage Status](https://camo.githubusercontent.com/de23b90a0dbe20677e8505d2d6f3f76b735294ebc3d9d77cbaae45e0116a41f9/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d66696c652e7376673f7374796c653d666c6174)](https://coveralls.io/r/adammbalogh/key-value-store-file)[![Quality Score](https://camo.githubusercontent.com/8c5378439db5ab5e624261d1673107e8ace1c54d804ea09815b58f070f5bb4b0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d66696c652e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/adammbalogh/key-value-store-file)[![Software License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/3c2980f349c801b97bbbafddbe1ade524e25007c96ac18a72d664290b4ee32ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d66696c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-file)[![Total Downloads](https://camo.githubusercontent.com/7bd26770863fc4f91652b77231fa1cdc8ba242e2e18f2606a8ed3522f2e2804c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d66696c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-file)

[![SensioLabsInsight](https://camo.githubusercontent.com/307087ee4638f7fbfd6a19a670262d26daa9900b545864e34c4555b3d2a1fb63/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36303362363638342d636430612d346365332d393032632d3831613834303738303535342f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/603b6684-cd0a-4ce3-902c-81a840780554)

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

[](#description)

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

It uses the [fire015/flintstone](https://github.com/fire015/flintstone) package.

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

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

Usage
=====

[](#usage)

```
