Libraries tagged by cached
inclus16/laravel-dictionary
1 Downloads
Provide cached collection-based data in laravel
greenflags/greenflags-php
0 Downloads
PHP SDK for GreenFlags feature flags: cached snapshot reads, geofence evaluation. Zero dependencies, billing-safe for PHP-FPM via pluggable snapshot cache.
gidato/laminas-container-extensions
4 Downloads
Extensions Laminas Service Manager to implement Container Extensions (eg nested containers, cached instances with options)
garagist/fontawesome-alpinejs
915 Downloads
Fetch fontawesome icons with AlpineJS. Cached with LocalStorage
ferdiunal/laravel-cache-couchdb
0 Downloads
This package provides a cache store implementation for Laravel that uses a CouchDB database to store cached items. It supports both the default and tagged cache functionality of Laravel.
entelisteam/lbaf-reflection
8 Downloads
Lightweight PHP reflection utilities: enum helper, type caster, short class name resolver, cached method parameter lookup.
edulazaro/laraterms
4 Downloads
Polymorphic taxonomies for Laravel. Define tags, categories or any custom classification in config. Hierarchical, slug-aware, attach to any model, counts cached, query scopes included.
dd4you/lgs
598 Downloads
Store general settings like website name, logo url, contacts in the database easily. Everything is cached, so no extra query is done
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.
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.