Libraries tagged by laravel caching
imagina/laravel-responsecache
612 Downloads
Speed up a Laravel application by caching the entire response
deniztezcan/laravel-responsecache-additions
76 Downloads
Speed up a Laravel application by caching the entire response additions
wowe/laravel-response-cache
161 Downloads
Route response caching for Laravel
yokuru/laravel-schema-cache
565 Downloads
A database schema loading and caching library for Laravel.
ibrand/laravel-cache
5411 Downloads
Packaging commonly used caching usage extend Laravel's cache
infusionweb/laravel-middleware-response-cache
2442 Downloads
Provides caching of HTML pages in Laravel responses.
vormkracht10/laravel-static
301 Downloads
Serving your Laravel app with speed using static caching
vinks/laravel-memory-cache
49 Downloads
A memory-based simple cache system for Laravel Eloquent. The main goal is to prevent unrequired calls to DB.
twithers/laravel-php-attributes
1586 Downloads
Use PHP 8 Attributes easily inside of your Laravel application
tool4/laravel-eloquent-query-cache
1047 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
supercoolcode/laravel-model-cache
23 Downloads
auto caching mode db
mkd/laravel-state-management
6 Downloads
a state management package for Laravel, enabling shared and persistent application state across services, requests, and files without the need for reinitialization. It supports casting, default state handling, and custom methods for managing complex state in your Laravel applications
mkd/laravel-fast-api
5 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
matthewbdaly/laravel-repositories
1201 Downloads
A base repository class and interface, together with a caching decorator. Extend them for use in your own projects.
juzaweb/laravel-query-cache
9 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.