Libraries tagged by cached
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
clickman6/laravel-vite-env
6 Downloads
Serve whitelisted VITE_* environment values as /vite-env.js, sourced from Laravel's cached config — no files, no .env at runtime.
claas/phpdotenvcache
46 Downloads
A simple cached loader for Phpdotenv
butterycrumpet/simpleguzzlecachemiddleware
17 Downloads
Simple cached api request parser
benjamindean/one-line-apc
20 Downloads
Dead simple wrapper class for APC and APCu which capable of setting and getting cached data in one line.
awea/twitter-feed
5 Downloads
A simple wrapper to get Twitter user timeline with cached results.
atldays/laravel-secrets
0 Downloads
Load secrets from external providers and apply them to Laravel from a cached payload.
alexsawallich/zend-google-geocoder
454 Downloads
A Zend-Framework-Module providing a small service-class to query the Google Geocoder API. Results can optionally be cached to avoid running into the API's query limitations.
alexbabintsev/laravel-nbu
2 Downloads
Official NBU (National Bank of Ukraine) exchange rates for Laravel: any date, cached until midnight, with a fallback when the bank is unreachable
aldeebhasan/laravel-cache-flusher
6 Downloads
A lightweight package to invalidate cache entries automatically when the cached data changed.
ademes/acetone
149 Downloads
Laravel5 package for purging & banning cached items in Varnish
vairogs/functions-memoize
0 Downloads
A PHP library providing memoization functionality to cache the results of expensive function calls and return the cached result when the same inputs occur again
mis3085/laravel-cache-label
8 Downloads
An alternative method of categorizing cached items in Laravel
magehost/magehost_cachebuster
1688 Downloads
MageHost_CacheBuster: Fix for JS and CSS files being cached in visitor's browser cache.
konstantin-s/silex-assetmerge
27 Downloads
Merging list of JS or CSS files to one. Merged files is cached to disk. Twig required.