Opis Session is a session manager library with support for multiple backend stores, providing developers with an API which allows them to handle session related information in a standardised way.
The currently available handlers are: File and native store.
The full documentation for this library can be found here.
Opis Session is licensed under the Apache License, Version 2.0.
- PHP ^7.0
Opis Session is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/session
Or you could directly reference it into your composer.json
file as a dependency
{
"require": {
"opis/session": "^4.0"
}
}