rogerthomas84/ohsession

OhSession is a session management library for PHP

1.0.0 2014-11-15 20:59 UTC

This package is auto-updated.

Last update: 2024-04-16 00:33:36 UTC


README

OhSession is a session management library for PHP

Latest Stable Version Total Downloads Latest Unstable Version License Build Status

Using Composer

To use OhSession with Composer, add the dependency (and version constraint) to your require block inside your composer.json file.

{
    "require": {
        "rogerthomas84/ohsession": "1.0.*"
    }
}

\OhSession\Session

Controls the basic Session functionality that's needed for applications of any size. The primary goal of this class is to provide a simplistic interface to interact with session data.

\OhSession\Storage

Provides a Session Namespace approach to storing data for a users session.