library ohsession
OhSession is a session management library for PHP
rogerthomas84/ohsession
OhSession is a session management library for PHP
- Saturday, November 15, 2014
- by rogerthomas84
- Repository
- 0 Watchers
- 0 Stars
- 8 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
OhSession
OhSession is a session management library for PHP, (*1)
, (*2)
Using Composer
To use OhSession with Composer, add the dependency (and version constraint) to your require block inside your composer.json
file., (*3)
{
"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., (*4)
\OhSession\Storage
Provides a Session Namespace approach to storing data for a users session., (*5)