Libraries tagged by in-memory
beste/in-memory-cache
19535113 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
league/flysystem-memory
40998217 Downloads
In-memory filesystem adapter for Flysystem.
clue/mq-react
868358 Downloads
Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP
protonemedia/laravel-blade-on-demand
47783 Downloads
Compile Blade templates in memory
millipress/millicache
7451 Downloads
WordPress Full-Page Cache based on Rules & Flags. Delivers flexible, scalable caching workflows backed by Redis and ValKey in-memory stores.
smolevich/reindexer-client
20461 Downloads
PHP SDK for Reindexer — embeddable in-memory document database with full-text and faceted search (HTTP + gRPC transports)
milpa/plugin
8739 Downloads
The plugin system of the Milpa PHP framework: the PluginsManager runtime that boots and orders plugins, the registry port with its file and in-memory adapters, PluginBase, the installer over GitHub-native distribution (source parsing, semver-constrained release resolution, zipball download), milpa.json manifest reading/validation, dependency resolution, milpa.lock management, and the plugin migration runner.
milpa/event-store
5739 Downloads
Append-only event-log primitive for the Milpa PHP framework: durable JSONL file store and in-memory store behind a common EventStoreInterface — per-stream replay and store-wide monotonic sequencing.
milpa/data
5370 Downloads
Runtime-native persistence primitive for the Milpa PHP framework: a plain-entity + repository contract, with file-JSON, SQLite and MySQL document-store, and in-memory backends behind a common RepositoryInterface — zero ORM, zero migrations.
mariano/disque-php
119392 Downloads
PHP library for Disque, an in-memory, distributed job queue
jamm/memory
27564 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
29079 Downloads
Simple class that uses singleton pattern to save whatever in memory
gaufrette/in-memory-adapter
60604 Downloads
In Memory adapter for Gaufrette
fadilxcoder/in-memory-dba
145999 Downloads
In Memory Database Abstraction Layer
mouf/utils.cache.in-memory-cache
361803 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.