opis/session
Opis Session is a session manager library with support for multiple backend stores
Maintainers
Requires
- php: >=5.3.0
Requires (Dev)
None
Suggests
- opis/storages: Store users' session data using Redis and SQL databases
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 ee76e911aaf35fd281af8caace24efc87e2e6108
- Marius Sarca <marius.sarca.woop@gmail.com>
README
👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
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"
}
}
