Libraries tagged by in-memory cache
invincible-tech-systems/easeampredis
34 Downloads
A very simple and safe PHP library that provides methods to access redis cache in php applications. This wraps up the AmPHP related Redis Package to interact with Redis in-memory cache in an asynchronous & non-blocking way.
zenstruck/memoize
6 Downloads
Helper trait to efficiently cache expensive methods in memory.
ropi/in-memory-cache
21 Downloads
PSR-16 compatible in-memory cache library
marvin255/in-memory-cache
2 Downloads
Array based cache for PHP.
sbsedv/memory-cache
185 Downloads
In-Memory Psr-6 cache implementation.
idct/limited-objects-cache
6 Downloads
Simple ArrayAccess objects' cache with a lookup table in memory and fallback to files with serialized data.
firewox/simple-memory-cache
116 Downloads
Library for supporting any kind of in memory caching server using PSR-16 simple cache standard.
mauretto78/in-memory-list-bundle
36 Downloads
PHP Bundle
mauretto78/in-memory-list
493 Downloads
In Memory List
lmammino/guzzle-apcu-fs-cache
27 Downloads
A zero config cache storage for guzzle-cache-middleware that tries to cache on Apcu and fallbacks to filesystem
bnomei/kirby3-apcu-cachedriver
13 Downloads
APCu based Cache-Driver with garbage collection and in-memory store
memcrab/imcache
1575 Downloads
PHP In Memory Cache Lib for Memcrab Core API
invincible-tech-systems/easeamp-mysql-redis
14 Downloads
A very simple and safe PHP library that enables easy redis cache warmup from MySQL/MariaDB Database. This uses EaseAmpMysql and EaseAmpRedis packages, that wraps up the AmPHP related MySQL and Redis Packages to interact with MySQL/MariaDB database and also with Redis in-memory cache in an asynchronous & non-blocking way.
sahithvibudhi/php-lazal
10 Downloads
A PHP Lazal Client
jamm/memory
22594 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.