PHP Package: colinmollenhour/php-redis-session-abstract

PHP Redis Session Abstract library for efficient session handling in PHP applications using Redis as a backend storage

Current Version: 2.0.0
Last Updated: 2024-05-20
PHP Requirement: ^5.5 || ^7.0 || ^8.0
Dependencies:
colinmollenhour/php-redis-session-phpcompat
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your PHP application's session handling capabilities with the PHP Redis Session Abstract library. This library offers a robust solution for integrating Redis as a backend storage, ensuring fast and reliable session management. By leveraging the power of Redis, developers can achieve scalable and highly performant session storage for their applications.

🔗 View on GitHub

Download Latest Version: 2.1.2

Clock Coming soon

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/colinmollenhour/php-redis-session-abstract/2.1.2/loader.php';
require_once 'libs/colinmollenhour/php-redis-session-phpcompat/{lib_version}/loader.php';

use Colinmollenhour\Redis\Session\SessionHandler;

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