Libraries tagged by key-value storage
vakata/kvstore
5469 Downloads
A simple key-value storage class
tcrypto/tcrypto
254 Downloads
Simple and flexible PHP 5.3+ key-value storage library.
devorto/key-value-storage
1983 Downloads
Simple array-like key => value storage object.
dface/generic-storage
337 Downloads
Generic storage structures (key-value, set, association) with mysql and memory persistence
mauris/packer
155 Downloads
Simple Key-Value Storage for PHP. dead simple.
kunicmarko/simple-configuration-bundle
8 Downloads
This is a Symfony Bundle that adds key value storage to your Sonata admin.
deemru/pairs
3984 Downloads
Simple key-value SQLite storage
sikker/notnosql
18 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.
jpmanson/laravel-settings
22 Downloads
Persistent settings manager for laravel, translations are supported.
idct/nats-jetstream-php
547 Downloads
nats jetstream client for php
romeoz/rock-cache
3084 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
31 Downloads
Key-value storage for Symfony with encryption
bainternet/sqlite-simple-store
50 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.