Libraries tagged by in-memory
mouf/utils.cache.in-memory-cache
356689 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.
tomgrohl/laravel-memory-auth-provider
1335 Downloads
Laravel In memory auth provider.
memcrab/imcache
1962 Downloads
PHP In Memory Cache Lib for Memcrab Core API
jdwx/array-cache
289 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
laventure/in-memory-storage
7 Downloads
Generic implementation in memory storage in php
scheb/in-memory-data-storage
31 Downloads
A simple in-memory data storage
anik/cache
62 Downloads
zenstruck/memoize
6 Downloads
Helper trait to efficiently cache expensive methods in memory.
timacdonald/cached-valuestore
708 Downloads
An extension of spatie/valuestore with in-memory caching.
romeoz/rock-cache
3083 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.
penate/server
0 Downloads
Open source, in-memory key value storage written in PHP.
next/aop
23 Downloads
An AOP package that is resident in in-memory PHP frameworks, such as nextphp, WebMan.
molajo/cache
476 Downloads
Cache API for PHP applications with APC, Database, File, Memcached, In-memory, Redis, Wincache, and xCache handlers.
marlonfan/disque-php
577 Downloads
PHP library for Disque, an in-memory, distributed job queue
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).