Libraries tagged by in-memory store
jamm/errorhandler
4 Downloads
Module for handling errors and uncaught exceptions (*ErrorHandler*), logging them in memory-storage (*ErrorLogger*) and notice admin about them (*MessageSender*). Also, Watcher can watch points of your process (it's especially handy for long-running processes), control memory usage and prevent unexpected process termination when memory limit is reached.
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.
garsaud/tcpdf_using_streams
36 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
6604 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.