Libraries tagged by in-memory store
romeoz/rock-cache
3079 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.
webgriffe/in-memory-repository
175 Downloads
A Doctrine repository implementation with in-memory storage.
garsaud/tcpdf_using_streams
35 Downloads
Fork of the official TCPDF lib, but using PHP resources instead of in-memory buffer
eduardtrayan/faststorage-bundle
5 Downloads
Bundle for encapsulation working with in-memory storage
nael_d/cachex
5 Downloads
Cachex: A PHP caching library with in-memory and file-based storage, offering flexible options for TTL, tags, and namespaces.
kba-team/memory-container
428 Downloads
PSR-11 container storing its values in memory and offering a singleton access.
lmammino/guzzle-apcu-fs-cache
27 Downloads
A zero config cache storage for guzzle-cache-middleware that tries to cache on Apcu and fallbacks to filesystem
sweetchuck/asset-jar
108 Downloads
Provides a very simple, shared, in-memory data storage.
cheppers/asset-jar
6602 Downloads
Provides a very simple, shared, in-memory data storage.
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.