opis/session

This package is abandoned and no longer maintained. No replacement package was suggested.

Opis Session is a session manager library with support for multiple backend stores

3.1.0 2015-09-22 11:40 UTC

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"
    }
}