Libraries tagged by cached

coco-project/sql-cache

0 Favers
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.

Go to Download


clickman6/laravel-vite-env

0 Favers
6 Downloads

Serve whitelisted VITE_* environment values as /vite-env.js, sourced from Laravel's cached config — no files, no .env at runtime.

Go to Download


claas/phpdotenvcache

0 Favers
46 Downloads

A simple cached loader for Phpdotenv

Go to Download


butterycrumpet/simpleguzzlecachemiddleware

0 Favers
17 Downloads

Simple cached api request parser

Go to Download


benjamindean/one-line-apc

0 Favers
20 Downloads

Dead simple wrapper class for APC and APCu which capable of setting and getting cached data in one line.

Go to Download


awea/twitter-feed

2 Favers
5 Downloads

A simple wrapper to get Twitter user timeline with cached results.

Go to Download


atldays/laravel-secrets

0 Favers
0 Downloads

Load secrets from external providers and apply them to Laravel from a cached payload.

Go to Download


alexsawallich/zend-google-geocoder

1 Favers
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.

Go to Download


alexbabintsev/laravel-nbu

0 Favers
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

Go to Download


aldeebhasan/laravel-cache-flusher

3 Favers
6 Downloads

A lightweight package to invalidate cache entries automatically when the cached data changed.

Go to Download


ademes/acetone

2 Favers
149 Downloads

Laravel5 package for purging & banning cached items in Varnish

Go to Download


vairogs/functions-memoize

0 Favers
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

Go to Download


mis3085/laravel-cache-label

0 Favers
8 Downloads

An alternative method of categorizing cached items in Laravel

Go to Download


magehost/magehost_cachebuster

2 Favers
1688 Downloads

MageHost_CacheBuster: Fix for JS and CSS files being cached in visitor's browser cache.

Go to Download


konstantin-s/silex-assetmerge

2 Favers
27 Downloads

Merging list of JS or CSS files to one. Merged files is cached to disk. Twig required.

Go to Download


<< Previous Next >>