Libraries tagged by caching repository
rinvex/laravel-repositories
16540 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
laravelutilities/repository
5315 Downloads
Add-on on Laravel Models with caching implementation
krazydanny/laravel-repository
485 Downloads
An abstraction layer for easily implementing industry-standard caching strategies to Eloquent models.
drapor/cache-repository
501 Downloads
Simple to use Caching Repository for Laravel Eloquent
brandonjbegle/cached-repositories
12 Downloads
Boilerplate for caching repositories.
codeofdigital/cache-repository
4251 Downloads
Laravel Repository Package with Caching
rinvex/repository
40347 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
matthewbdaly/laravel-repositories
1191 Downloads
A base repository class and interface, together with a caching decorator. Extend them for use in your own projects.
maherio/graceful-cache
5095 Downloads
A wrapper for Laravel's Cache Repository to allow for graceful caching.
rizalfakhri/laravel-repositories
42 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
mtferreira/repository
2883 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
deva7mad/laravel-repositories
3 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
allcaretravel/laravel-repositories
345 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
tattran22/repository
6 Downloads
The TatTran Repository is a Laravel package designed to supercharge your app's speed by caching database queries and model operations. This means your app can retrieve data instantly, leading to a smoother user experience.
mike-zange/laravel-entity-base-repositories
42 Downloads
Simple base repositories for Laravel's Eloquent ORM, this packages abstracts the base Model functions and adds a caching decorator