Skip to content

[READ-ONLY] An implementation of \SessionHandlerInterface that allows PSR-6

License

Notifications You must be signed in to change notification settings

php-cache/session-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSR-6 Session handler

Latest Stable Version codecov.io Build Status Total Downloads Monthly Downloads Software License

This is a PHP session handler that supports PSR-6 cache. It is a part of the PHP Cache organisation. Find more documentation at www.php-cache.com.

Install

composer require cache/session-handler

Configure

$pool = new ArrayCachePool();
$config = ['ttl'=>3600, 'prefix'=>'foobar'];

$sessionHandler = new Psr6SessionHandler($pool, $config);

Contribute

Contributions are very welcome! Send us a pull request or report any issues you find on the issue tracker.

About

[READ-ONLY] An implementation of \SessionHandlerInterface that allows PSR-6

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

Languages