opis / session
Opis Session is a session manager library with support for multiple backend stores
Installs: 4 642
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 3
Open Issues: 2
Requires
- php: >=5.3.0
Suggests
- opis/storages: Store users' session data using Redis and SQL databases
README
Session manager
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.
Documentation
The full documentation for this library can be found here.
License
Opis Session is licensed under the 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" } }