Libraries tagged by Key-Value Store
marcinjozwikowski/settingsindbbundle
44 Downloads
A Symfony2 bundle that allows an easy key-value storage in DB
marcin_jozwikowski/settings_in_db_bundle
27 Downloads
A Symfony2 bundle that allows an easy key-value storage in DB
larastash/options
3 Downloads
Global key-value storage for Laravel based on database.
tschoffelen/memory
3318 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
techdivision/lemcachecontainer
685 Downloads
A memcache API compatible PHP implementation of a key value storage server
elnooronline/laravel-settings
1733 Downloads
Persistent key-value storage for Laravel
vicgarcia/kaavii
1468 Downloads
KaaVii (pronounced kay-vee) is a package to provide components to interact with Redis for cache and key-value data storage
rawphp/laravel-options
6 Downloads
Easy application key->value option storage.
hexcores/metadata
35 Downloads
Metadata storage(key, value) for laravel
netr0n/shmestage
9 Downloads
Simple storage of key value based data in PHP shared memory
czogori/propel-postgres-hstore-behavior
2528 Downloads
Storage of key-value items using Postgres hstore.
phitech/entities
46 Downloads
Provides methods for managing entities that consist two database tables: main and meta. It allows for an indiscrete set of attributes by storing them as key-value sets in the meta table, while the most important attributes and indexes are in the main table. This structure is inspired by the post/postmeta structure in Wordpress databases.