Libraries tagged by file caching
christopherdarling/silverstripe-betterrequirementsversioning
24 Downloads
Replaces the querystring ?m=timestamp versioning to include the filestamp before the file extension for better caching
hackerpro536/cache_image
29 Downloads
The primary class file for PHP Image Compressor & Caching
rik43/imagecache
16 Downloads
Laravel package for generating thumbnails of images and caching them in your public files folder.
creativestyle/magesuite-media-listing-cache
1444 Downloads
Extension provides caching capabilities for listings of files from media directory
vespula/simple-cache
52 Downloads
A PSR-16 implementation for very simple caching. Nothing fancy. Just dead-simple caching. Adapters include None, Sql (via PDO), Memcached, and File.
temant/cache-manager
1 Downloads
A flexible caching system with multiple adapters (Redis, Memcached, File).
supergnaw/playfab-php
6 Downloads
A single-file PHP class for simple PlayFab API calls that uses the local database for caching.
ftembe/cachehandler
5 Downloads
The project is a lightweight caching solution that improves performance by storing and retrieving data efficiently. It offers a file-based storage approach with customizable expiration times, automatic removal of expired data, and ensures the cache folder is accessible and writable. Integrating this caching mechanism enhances application speed and reduces processing time.
frizzy/parameter-cache
17 Downloads
Manages caching for a parameter array to a PHP file
edouardkombo/cache-util
14 Downloads
Driver classes for caching objects and variables via Apc, MemCache or files.
devkraken/kraken-env-keeper
5 Downloads
A simple and efficient PHP library for reading environment variables from a .env file. This package provides a robust and exception-handling mechanism to ensure reliable access to environment variables within your application. It allows for optional default values and can be easily integrated with different project structures. The in-memory caching mechanism improves performance by avoiding redundant file reads.
ecomteck/module-product-attachment
295 Downloads
Magento 2 Product Attachments extension allows admin to upload numerous file formats: Pdf, Zip, MOV, Excel or Word, etc for enriching maximally informative product pages. Grasp customers’ attention by adding eye-catching icons to attachment files thus customers recognize the file type they open or download.
asayhome/asay-uploader
4 Downloads
This package upload files inside liveware component array varible, that mean's you can upload multiple files, when adding file the package auto send the file object to fired event so that you can get uploaded files in any place you wont by catching the fired event, all working step will be descriped in next sections.
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.
pahanini/yii2-neat-cache
4552 Downloads
A Yii2 components to prevent simultaneous updates (dog pile effect) during caching.