Libraries tagged by array cache
cache/array-adapter
7482883 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
matomo/cache
591063 Downloads
PHP caching library based on Doctrine cache
aplus/cache
1600460 Downloads
Aplus Framework Cache Library
marvin255/in-memory-cache
1149 Downloads
Array based cache for PHP
duncan3dc/cache
70092 Downloads
Simple PSR-6/PSR-16 compatible disk cache
ihor/cachalot
27858 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
pulkitjalan/multicache
18197 Downloads
Adds array caching to Laravels cache drivers and custom drivers
smorken/array-cache
2510 Downloads
Array caching extension for PHP and Laravel
mouf/utils.cache.in-memory-cache
356538 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.
winzou/cache-bundle
28965 Downloads
This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..
piwik/cache
352398 Downloads
PHP caching library based on Doctrine cache
awssat/laravel-kabsa
511 Downloads
Laravel Array database
romm/configuration-object
29431 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
jdwx/array-cache
222 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
anik/cache
57 Downloads