Libraries tagged by in-memory store
eliashaeussler/transient-logger
112210 Downloads
PSR-3 compliant logger to store logs in memory, especially useful for testing
sweetrdf/in-memory-store-sqlite
456 Downloads
RDF in-memory quad store implementation using PDO and SQLite.
bnomei/kirby3-redis-cachedriver
1327 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
mouf/utils.cache.in-memory-cache
356401 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.
scale/store
2 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
9 Downloads
In memory implementation for CQRS Event Store for PHP
hail/safe-storage
22 Downloads
Store data safely in memory at runtime
orware/compressed-string
734 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
23604 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.
g4/identity-map
58142 Downloads
identity-map php library
mjsilva/in-memory-storage
22820 Downloads
Simple class that uses singleton pattern to save whatever in memory
scheb/in-memory-data-storage
31 Downloads
A simple in-memory data storage
littlebizzy/object-cache
2 Downloads
Drop-in persistent object cache for WordPress based on Redis in-memory storage that supports Predis, clusters, and WP-CLI (forked from PressJitsu).
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.