Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

opis/session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opis Session

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