PHP Package: illuminate/redis

Illuminate Redis is a powerful PHP library for interacting with Redis databases efficiently and seamlessly.

Current Version: 12.2.0
Last Updated: Date not available
PHP Requirement: >=7.1
Dependencies: illuminate/support, predis/predis
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Illuminate Redis library provides a robust set of tools to work with Redis, a high-performance key-value store. It offers a simple and intuitive interface for caching, queuing, and other Redis operations. With Illuminate Redis, developers can leverage the speed and scalability of Redis in their PHP applications.

🔗 View on GitHub

Download Latest Version: 12.2.0

Download Download v12.2.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/illuminate/redis/12.2.0/autoload.php';

use Illuminate\Redis\RedisManager;
use Illuminate\Redis\Connections\Connection;


$obj = new Illuminate\Redis\RedisManager();
echo "✅ Example created successfully.";

?>

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