Libraries tagged by php file cache
mrclay/minify
18560178 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
phpfastcache/phpfastcache
5220104 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
matomo/cache
1084424 Downloads
PHP caching library based on Doctrine cache
divineomega/do-file-cache
1978156 Downloads
DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
swayok/alternative-laravel-cache
570398 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
iazaran/smart-cache
9726 Downloads
Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.
piwik/cache
364314 Downloads
PHP caching library based on Doctrine cache
fire015/flintstone
110496 Downloads
A key/value database store using flat files for PHP
wruczek/php-file-cache
27292 Downloads
Light, simple and standalone PHP in-file caching class
rapidwebltd/rw-file-cache
194231 Downloads
RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
jord-jd/do-file-cache
733 Downloads
DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
sarahman/simple-filesystem-cache
146426 Downloads
Simple file system cache library for PHP built on top of PSR-16.
mmamedov/page-cache
13091 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
nawawi/docket-cache
187 Downloads
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
nielse63/phpimagecache
13331 Downloads
Image Cache is a very simple PHP module that accepts an image source and will compress and cache the file, move it to a new directory, and return the cache source for the image.