rogerthomas84 / ohsession
OhSession is a session management library for PHP
1.0.0
2014-11-15 20:59 UTC
Requires
- php: >=5.3.2
This package is auto-updated.
Last update: 2024-10-16 01:33:30 UTC
README
OhSession is a session management library for PHP
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.