laravel-cloudflare
by phattarachai
Purge the Cloudflare edge cache, toggle development mode, and register tunnel DNS records from artisan — built for apps behind a shared Cloudflare zone.
laravel-workflow
by zaber-dev
Application-level workflow orchestration for Laravel with state transitions, audit history, rollback support, cache and database drivers, Eloquent integration, and a fluent API.
laravel-reservation
by zaber-dev
Application-level resource reservation for Laravel with stateful booking lifecycles, expiration, cache and database storage, Eloquent integration, middleware, and a fluent builder API.
askr-laravel
by kwhorne
Laravel integration for the Askr application server: session, cache, locks, queue and broadcasting drivers plus automatic page caching (pages are tagged with the models they read) — Redis-free, with an optional durable/replicated SQL Anywhere backend.
laravel-quota
by zaber-dev
Application-level quota management for Laravel with calendar periods, multiple storage backends, and expressive APIs.
freshen-laravel
by vatvit
Laravel bridge for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
laravel-idempotency
by codenaline
Laravel middleware and drivers for handling Idempotency Keys (Cache, Database, Redis).
laravel-cooldown
by zaber-dev
Application-level action cooldown management for Laravel with cache and database storage, Eloquent integration, middleware, and a fluent API.
laravel-redis-model-cache
by sm-me
Optimized Redis model and hash-set caching service for Laravel Eloquent.
laravel-website-sdk
by gorilladash
Laravel SDK for the GorillaDash website GraphQL API with stale-while-revalidate caching for instant SSR.
laravel-config-cache-guard
by codegenie-be
Prevent Laravel from using stale config or route cache after deployment changes, with Composer autoload integration and in-app auto repair for shared hosting.
laravel-request-query-cache
by langsys
Request caching toolkit for Laravel: per-request Eloquent query deduplication (firstCached/getCached) plus idempotent HTTP responses via the idempotent middleware.
laravel-cachebench
by hktnv
A comprehensive benchmarking and profiling tool for Laravel cache drivers.
laravel-cacheable
by aftandilmmd
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.
laravel-support-helpers
by banulakwin
Small Laravel helpers: public/storage image URLs and production-only flexible cache wrapper.
laravel-method-cache
by athwari
Attribute-based method caching for Laravel using method overriding proxy system
laravel-normcache
by kai-init
Normalized caching for Laravel Eloquent. Self-invalidating, Redis-backed. Caches query IDs and model entities separately with versioned invalidation.
laravel-image-proxy
by rafoabbas
On-the-fly image transformation, WebP conversion, and caching proxy for Laravel
laravel-permissions-redis
by scabarcas
Redis-backed roles and permissions for Laravel with a Spatie-compatible API and per-user cache invalidation.
laravel-flowfield
by openplain
Cache-backed computed aggregate fields for Eloquent — inspired by Navision's FlowField concept.
laravel-smart-cache
by yared
Automatic cache invalidation for Laravel — clear cache when models change, no manual work
laravel-lens
by jcfrane
Configuration-driven image manipulation and caching for Laravel, inspired by LiipImagineBundle
laravel-redis-cache
by ehmedp
A performant, scalable, and flexible Redis cache package for Laravel with tags, groups, attributes, closure caching, and artisan commands.
laravel-cache-toolkit
Standardized cache key builder and tag-aware cache operations for Laravel with graceful fallback for non-tagging drivers
laravel-hypercacheio
by iperamuna
High-performance distributed Laravel cache driver using SQLite & HTTP.
laravel-cache-group
by ebects
Group-based cache invalidation for Laravel — organize cache by groups, invalidate by scope (user/role/custom), with automatic Redis Cluster compatibility.
laravel-db-cache
by webo3
Transparent database query caching for Laravel — zero code changes, smart invalidation, multi-driver.
laravel-model-cache
Pre-warm and cache Eloquent query results. Run heavy queries once with warmup (forever cache) or use TTL-based caching on any model.
laravel-data-store
by c14r
A flexible polymorphic key-value storage system for Laravel with namespaces, TTL support, and nested data structures
laravel-json
by kangangga
A robust JSON Database Driver for Laravel with Eloquent ORM, Relationships, Hybrid SQL Support, Queue, and Cache drivers.
laravel-smart-cache-analyzer
by harun1302123
Intelligent cache analysis and optimization for Laravel applications
laravel-dictionary
by weijukeji
Laravel Dictionary package for managing dictionary categories and items with caching support
laravel-smart-glide
by shammaa
Advanced image processing toolkit for Laravel with unified /img routing, responsive components, and intelligent caching.
laravel-simple-cache
Simple cache management for Laravel with tags, warming, and monitoring dashboard
laravel-redis-stale-refs-cleaner
by dv0vd
Laravel console command to purge stale Redis cache references
laravel-cache-dependency
by lunzai
Dependency-based caching for Laravel with tag and database dependencies inspired by Yii2