Libraries tagged by in-memory store
millipress/millicache
3156 Downloads
WordPress Full-Page Cache based on Rules & Flags. Delivers flexible, scalable caching workflows backed by Redis and ValKey in-memory stores.
eliashaeussler/transient-logger
227372 Downloads
PSR-3 compliant logger to store logs in memory, especially useful for testing
mouf/utils.cache.in-memory-cache
360977 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
1874 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
sweetrdf/in-memory-store-sqlite
501 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.
melia/object-storage
32 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.
mailmug/zentropy-php
14 Downloads
PHP client for Zentropy server
bnomei/kirby3-apcu-cachedriver
14 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
27044 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
27839 Downloads
Simple class that uses singleton pattern to save whatever in memory
sugarcraft/candy-vt
798 Downloads
In-memory virtual terminal emulator — parses ANSI byte stream into a cell grid.