rogerthomas84 / ohsession
OhSession is a session management library for PHP
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/rogerthomas84/ohsession
Requires
- php: >=5.3.2
This package is auto-updated.
Last update: 2025-10-16 03:54:19 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.