2017 © Pedro Peláez
 

library ohsession

OhSession is a session management library for PHP

image

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

The README.md

OhSession

OhSession is a session management library for PHP, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License Build Status, (*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)

The Versions

15/11 2014

dev-master

9999999-dev https://github.com/rogerthomas84/ohsession

OhSession is a session management library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

ohsession

15/11 2014

1.0.0

1.0.0.0 https://github.com/rogerthomas84/ohsession

OhSession is a session management library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

ohsession