PSR-16 session driver for snicco/session
This package provides a Psr16SessionDriver
for
the snicco/session
library.
composer require snicco/session-psr16-bridge
use Snicco\Bridge\SessionPsr16\Psr16SessionDriver;
$idle_timeout_in_seconds = /* Same value as in your session config here */
$psr16_cache = /* */
$psr16_session_driver = new Psr16SessionDriver($psr16_cache, $idle_timeout_in_seconds);
This repository is a read-only split of the development repo of the Snicco project.
This is how you can contribute.
Please report issues in the Snicco monorepo.
If you discover a security vulnerability, please follow our disclosure procedure.