Libraries tagged by inmemory
mjsilva/in-memory-storage
23762 Downloads
Simple class that uses singleton pattern to save whatever in memory
marvin255/in-memory-cache
1963 Downloads
Array based cache for PHP
tomgrohl/laravel-memory-auth-provider
1378 Downloads
Laravel In memory auth provider.
mouf/utils.cache.in-memory-cache
356808 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.
jdwx/array-cache
445 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
elementary/runtime-config
437 Downloads
Save configure in memory.
antevenio/memoize
3702 Downloads
In memory function memoizing, can be capped by total memory consumption and per function ttl.
mauretto78/in-memory-list
495 Downloads
In Memory List
scheb/in-memory-data-storage
32 Downloads
A simple in-memory data storage
anik/cache
63 Downloads
timacdonald/cached-valuestore
709 Downloads
An extension of spatie/valuestore with in-memory caching.
romeoz/rock-cache
3084 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
qubus/cache
84 Downloads
PHP cache library with adapters for Memcached, Redis, Filesystem, APCu and In Memory.
penate/server
0 Downloads
Open source, in-memory key value storage written in PHP.
opine/config
955 Downloads
Service for reading/accesing configurations from disk and caching them in memory