PHP Package: spatie/laravel-partialcache

Laravel PartialCache library for optimizing website speed and performance by caching partial views and database queries efficiently.

Current Version: 1.3.0
Last Updated: 2018-04-16
PHP Requirement: >=5.5.0
Dependencies:
laravel/framework
spatie/laravel-partialcache-dependency
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel PartialCache is a powerful library designed to enhance website performance through efficient caching techniques. By selectively caching partial views and database queries, this library aids in optimizing page load times and reducing server loads. It offers a seamless integration with Laravel applications, providing developers with a robust solution to streamline website functionality and enhance user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.3.0

Download Download v1.3.0

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-partialcache/1.3.0/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';
require_once 'libs/spatie/laravel-partialcache-dependency/{lib_version}/loader.php';

use Spatie\PartialCache\Cache;
use Spatie\PartialCache\PartialCacheServiceProvider;

$obj = new Cache();
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.