Libraries tagged by in-memory store
eliashaeussler/transient-logger
131024 Downloads
PSR-3 compliant logger to store logs in memory, especially useful for testing
mouf/utils.cache.in-memory-cache
356555 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.
bnomei/kirby3-redis-cachedriver
1353 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
sweetrdf/in-memory-store-sqlite
499 Downloads
RDF in-memory quad store implementation using PDO and SQLite.
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
23 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
24018 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
23306 Downloads
Simple class that uses singleton pattern to save whatever in memory
g4/identity-map
60034 Downloads
identity-map php library
webgriffe/in-memory-repository
206 Downloads
A Doctrine repository implementation with in-memory storage.
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).