Libraries tagged by php file cache
digitpepper/php-file-cache
31 Downloads
A php file cache
bittrframework/bittr-cache
40 Downloads
Caches the result of a resource.
alirezaashrafi/php-file-cache
6 Downloads
Fast key value caching system based on file system (without any databases like Redis or Memcache)
sergeymakinen/yii2-php-file-cache
2103 Downloads
Yii 2 PHP file cache
idct/php-array-file-cache
527 Downloads
Simple file-based cache system for PHP.
sharnw/filecached-php
132 Downloads
A simple PHP key-value datastore using filesystem instead of memory
benr77/classes-cache-warmer
312 Downloads
Automatically create the classes.php file when warming the cache
ropendev/cache
406 Downloads
PHP Simple Cache File Librairy (PSR compliant, PSR4 for autoloading).
raorsa/rw-file-cache
27 Downloads
RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
mehr-it/php-cache
1272 Downloads
PSR-16 simple cache implementation using PHP files as backend
illchuk/zend-config-cacheproof
37 Downloads
Create *.cacheproof.php config files that skip the cache, with custom loading.
sarahman/json-filesystem-cache
22 Downloads
JSON file system cache library for PHP built on top of PSR-16.
thybag/php-simple-cache
7 Downloads
Quick, talkative file cache helper
teedmakerphp/cache
6 Downloads
A simple library to manipulate file cache
rothkj1022/php-cache-class
78 Downloads
A simple file based cache based from Erik Giberti's FileCache class, forked from lodev09/php-cache-class.