Libraries tagged by in-memory store
eliashaeussler/transient-logger
162732 Downloads
PSR-3 compliant logger to store logs in memory, especially useful for testing
bnomei/kirby3-redis-cachedriver
1499 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
mouf/utils.cache.in-memory-cache
358079 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
melia/object-storage
5 Downloads
Lightweight PHP file-based object store with UUID persistence, lazy-loading references, in-memory cache, file locking, safe mode, and a simple viewer UI.
sweetrdf/in-memory-store-sqlite
500 Downloads
RDF in-memory quad store implementation using PDO and SQLite.
scale/store
3 Downloads
Store variables and objects in memory for later dependency injection DI. Static 'standalone' library. Most Scale framework packages can be used for themselves. Dependencies are kept to a minimum.
bnomei/kirby3-apcu-cachedriver
13 Downloads
APCu based Cache-Driver with garbage collection and in-memory store
xprt64/cqrs-eventstore-inmemory
10 Downloads
In memory implementation for CQRS Event Store for PHP
hail/safe-storage
23 Downloads
Store data safely in memory at runtime
orware/compressed-string
735 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.
jamm/memory
24912 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.
mjsilva/in-memory-storage
24326 Downloads
Simple class that uses singleton pattern to save whatever in memory
g4/identity-map
61586 Downloads
identity-map php library
scheb/in-memory-data-storage
32 Downloads
A simple in-memory data storage
moshontong/excel-export-streamer
35 Downloads
A memory-efficient Laravel package for streaming Excel exports without holding data in memory