Libraries tagged by model caching
krazydanny/laravel-repository
489 Downloads
An abstraction layer for easily implementing industry-standard caching strategies to Eloquent models.
ndejong/cakephp-autocache-plugin
41 Downloads
CakephpAutocachePlugin is a CakePHP 2.2+ Plugin that makes query caching as easy as adding a 'autocache'=>true parameter to your Model query
sm-me/laravel-redis-model-cache
17 Downloads
Optimized Redis model and hash-set caching service for Laravel Eloquent.
codewithdennis/laravel-model-cache
14 Downloads
Pre-warm and cache Eloquent query results. Run heavy queries once with warmup (forever cache) or use TTL-based caching on any model.
o-log/php-model
1629 Downloads
Fast PHP ORM with caching.
laravel-liberu/rememberable
3283 Downloads
Model caching dependency for Laravel Liberu
onaonbir/oo-metas
92 Downloads
Flexible and extensible metadata management system for Laravel models with caching, dot notation, connected models, and type-safe value objects.
karnoweb/smart-cache
51 Downloads
Model-aware smart caching for Laravel with automatic invalidation, tag support, and stampede protection.
rinvex/cacheable
32496 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
tarkhov/laravel-db-cache
0 Downloads
Laravel database query caching.
onaonbir/oo-settings
103 Downloads
Production-ready, high-performance settings management system for Laravel applications with caching, validation, and event support.
kai-init/laravel-normcache
78 Downloads
Normalized caching for Laravel Eloquent. Self-invalidating, Redis-backed. Caches query IDs and model entities separately with versioned invalidation.
websanova/easycache
62 Downloads
Simple on demand caching extension for Laravel.
nodes/counter-cache
13868 Downloads
Counter caching for Laravel
thejano/laravel-multi-lang
45 Downloads
Polymorphic translation support for Laravel models with caching, helpers, and facade.