Libraries tagged by key-value storage
vakata/kvstore
5032 Downloads
A simple key-value storage class
tcrypto/tcrypto
253 Downloads
Simple and flexible PHP 5.3+ key-value storage library.
devorto/key-value-storage
1949 Downloads
Simple array-like key => value storage object.
hizpark/scoped-storage-strategy
11 Downloads
A flexible and pluggable storage strategy for managing scoped, temporary key-value data using sessions, tokens, Redis, and more.
alex-kalanis/kw_storage
4610 Downloads
Universal storage library for store data as key-value pairs
mauris/packer
154 Downloads
Simple Key-Value Storage for PHP. dead simple.
kunicmarko/simple-configuration-bundle
7 Downloads
This is a Symfony Bundle that adds key value storage to your Sonata admin.
sikker/notnosql
17 Downloads
The SQL-based NoSQL library for PHP -- it's NoSQL, even though it's not!
paragi/rocket-store
8 Downloads
A simple but powerfull database, based on flat file storage.
aalfiann/filebase
114 Downloads
A Simple but Powerful Flat File Database Storage.
romeoz/rock-cache
3083 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
penate/server
0 Downloads
Open source, in-memory key value storage written in PHP.
hengebytes/setting-bundle
9 Downloads
Key-value storage for Symfony with encryption
combindma/laravel-option
193 Downloads
A key-value storage for laravel
bainternet/sqlite-simple-store
49 Downloads
Super lightweight Zero configuration sqlite-based key => value store with expiration time for PHP. Basically its a simple key value storage with and expireation field which will delete the value after it expires. Also since its heavily influenced by redis, some of redis useful functions were implemented.