{"id":90787,"library":"spatie-laravel-responsecache","title":"Spatie Laravel Responsecache","description":"Speed up a Laravel application by caching the entire response.","status":"active","version":"8.4.1","language":"php","source_language":null,"source_url":"https://github.com/spatie/laravel-responsecache","tags":["laravel","caching","response","performance"],"install":[{"cmd":"composer require spatie/laravel-responsecache","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"CacheResponse","correct":"use Spatie\\ResponseCache\\Middlewares\\CacheResponse;"}],"quickstart":{"code":"use Spatie\\ResponseCache\\Middlewares\\CacheResponse;\n\n// In routes/web.php:\nRoute::middleware(CacheResponse::class)->group(function () {\n    Route::get('/cached-page', function () {\n        return view('welcome');\n    });\n});","lang":"php","description":"Applies the CacheResponse middleware to cache the entire response of a route."},"warnings":[{"fix":"Use the provided cache clearing commands or events to invalidate cache when content changes.","message":"Cache invalidation must be handled manually or via events; cached responses may serve stale data.","severity":"gotcha","affected_versions":">=8.0.0"}],"env_vars":null,"search_vec":"'applic':8 'cach':10,15 'entir':12 'laravel':2,7,14 'perform':17 'respons':13,16 'responsecach':3 'spati':1 'speed':4","created_at":"2026-06-19T09:08:53.518913+00:00","updated_at":"2026-06-19T09:08:53.518913+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/spatie/laravel-responsecache","github":"https://github.com/spatie/laravel-responsecache","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}