Opis Session
Installation, licensing and requirements
This library is abandoned. Please consider using a different library.
Opis Session is a session manager library with support for multiple backend storage types, providing developers with an API which allows them to handle session related information in a standardised way.
License
Opis Session is licensed under Apache License, Version 2.0.
Requirements
- PHP ^7.0
Installation
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@dev"
}
}