PHP Package: laminas/laminas-cache-storage-adapter-filesystem

The laminas Cache Storage Adapter Filesystem provides efficient caching capabilities using the filesystem for PHP applications.

Current Version: 2.5.0
Last Updated: 2025-01-23
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
laminas/laminas-cache
laminas/laminas-filesystem
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas Cache Storage Adapter Filesystem is a powerful PHP library enabling seamless caching operations with high performance and reliability. It leverages the filesystem to store cached data, ensuring optimal speed and flexibility. This library is ideal for applications requiring efficient data caching mechanisms, contributing to improved overall performance and user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.5.0

Download Download v2.5.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/laminas/laminas-cache-storage-adapter-filesystem/2.5.0/loader.php';
require_once 'libs/laminas/laminas-cache/3.13.0/loader.php';
require_once 'libs/laminas/laminas-filesystem/{lib_version}/loader.php';

use Laminas\Cache\Storage\Adapter\Filesystem;

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