From b3f8bfd9ef623372e7218ec5eb74c89d4e5b0983 Mon Sep 17 00:00:00 2001 From: Adam Balogh Date: Mon, 13 Oct 2014 14:16:28 -0400 Subject: [PATCH] Added key-value-store abstraction library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30cab83..0965e93 100644 --- a/README.md +++ b/README.md @@ -496,6 +496,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP. * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine). +* [Key Value Store](https://github.com/adammbalogh/key-value-store) - Key Value Store abstraction. One Api, Multiple Stores. * [Stash](https://github.com/tedivm/Stash) - Another library for caching. ## Data Structure and Storage