PHP Package: amphp/cache

A high-performance PHP caching library designed for efficient data storage and retrieval.

Current Version: 2.0.1
Last Updated: 2024-04-19
PHP Requirement: >=8.1
Dependencies: None

Package Description

The amphp/cache library offers a reliable solution for storing and accessing cached data efficiently in PHP applications. With its high-performance capabilities, this library ensures swift and optimized data retrieval, enhancing overall application performance. It supports various caching strategies, making it ideal for diverse project requirements.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.1

Download Download v2.0.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/amphp/cache/2.0.1/loader.php';
use Amp\Cache\FileCache;

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