2017 © Pedro Peláez
 

library session-handler

An implementation of PHP's SessionHandlerInterface that allows PSR-6

image

cache/session-handler

An implementation of PHP's SessionHandlerInterface that allows PSR-6

  • Wednesday, June 6, 2018
  • by Nyholm
  • Repository
  • 4 Watchers
  • 9 Stars
  • 150,927 Installations
  • PHP
  • 6 Dependents
  • 2 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 11 % Grown

The README.md

PSR-6 Session handler

Gitter Latest Stable Version codecov.io Total Downloads Monthly Downloads Software License, (*1)

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., (*2)

Install

composer require cache/session-handler

Use

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

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

Note that this session handler does no kind of locking, so it will lose or overwrite your session data if you run scripts concurrently. You have been warned., (*3)

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker., (*4)

The Versions

06/06 2018

dev-master

9999999-dev http://www.php-cache.com/en/latest/

An implementation of PHP's SessionHandlerInterface that allows PSR-6

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 session handler

16/07 2017

1.0.0

1.0.0.0 http://www.php-cache.com/en/latest/

An implementation of PHP's SessionHandlerInterface that allows PSR-6

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 session handler

13/03 2017

0.2.1

0.2.1.0 http://www.php-cache.com/en/latest/

An implementation of PHP's SessionHandlerInterface that allows PSR-6

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 session handler

07/08 2016

0.2.0

0.2.0.0 http://www.php-cache.com/en/latest/

An implementation of PHP's SessionHandlerInterface that allows PSR-6

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 session handler

23/01 2016

0.1.0

0.1.0.0 https://github.com/php-cache/session-handler

An implementation of PHP's SessionHandlerInterface that allows PSR-6

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 session handler