2017 © Pedro Peláez
 

library key-value-store-file

Key-value file store through fire015/flintstone package.

image

adammbalogh/key-value-store-file

Key-value file store through fire015/flintstone package.

  • Monday, October 20, 2014
  • by adammbalogh
  • Repository
  • 1 Watchers
  • 2 Stars
  • 992 Installations
  • PHP
  • 3 Dependents
  • 1 Suggesters
  • 2 Forks
  • 0 Open issues
  • 12 Versions
  • 1 % Grown

The README.md

Key Value File Store

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads, (*1)

SensioLabsInsight, (*2)

Description

This library provides a layer to a key value file store., (*3)

It uses the fire015/flintstone package., (*4)

Check out the abstract library to see the other adapters and the Api., (*5)

Installation

Install it through composer., (*6)

{
    "require": {
        "adammbalogh/key-value-store-file": "@stable"
    }
}

tip: you should browse the adammbalogh/key-value-store-file page to choose a stable version to use, avoid the @stable meta constraint., (*7)

Usage

<?php
use AdammBalogh\KeyValueStore\KeyValueStore;
use AdammBalogh\KeyValueStore\Adapter\FileAdapter as Adapter;
use Flintstone\Flintstone;

$fileClient = Flintstone::load('usersDatabase', ['dir' => '/tmp']);

$adapter = new Adapter($fileClient);

$kvs = new KeyValueStore($adapter);

$kvs->set('sample_key', 'Sample value');
$kvs->get('sample_key');
$kvs->delete('sample_key');

API

Please visit the API link in the abstract library., (*8)

Toolset

Key Value Server
✔ delete ✔ get ✔ flush
✔ expire ✔ set
✔ getTtl
✔ has
✔ persist

Support

Support with Gittip, (*9)

The Versions

20/10 2014

dev-master

9999999-dev

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

20/10 2014

0.5.3

0.5.3.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

17/10 2014

0.5.2

0.5.2.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

16/10 2014

0.5.1

0.5.1.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

16/10 2014

0.5.0

0.5.0.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

13/10 2014

0.4.0

0.4.0.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

30/09 2014

0.3.2

0.3.2.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

30/09 2014

0.3.1

0.3.1.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

27/09 2014

0.3.0

0.3.0.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

25/09 2014

0.2.1

0.2.1.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

25/09 2014

0.2.0

0.2.0.0

Key-value file store through fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file

23/09 2014

0.1.0

0.1.0.0

Key-value file store through the fire015/flintstone package.

  Sources   Download

MIT

The Requires

 

The Development Requires

file nosql store key value key-value flintstone key-value-file