PHP Package: spatie/laravel-responsecache

Laravel ResponseCache is a powerful PHP library for optimizing SEO performance by caching responses on Laravel applications.

Current Version: 7.7.2
Last Updated: 2025-08-28
PHP Requirement: ^8.2
Dependencies:
illuminate/support
symfony/http-foundation
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel ResponseCache is a feature-rich PHP library designed to improve SEO performance by efficiently caching responses within Laravel applications. By leveraging this library, developers can significantly enhance website loading speeds and user experience. With advanced caching mechanisms, this tool ensures that web pages load swiftly and efficiently, ultimately boosting search engine rankings and user engagement. Utilize Laravel ResponseCache to streamline your application's response handling and enhance overall performance.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 7.7.2

Download Download v7.7.2

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/laravel-responsecache/7.7.2/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';
require_once 'libs/symfony/http-foundation/7.3.4/loader.php';

use Spatie\ResponseCache\ResponseCache;
use Illuminate\Support\ServiceProvider;

$obj = new ResponseCache();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.