2017-25 © Pedro Peláez
 

library owsession

OOP wrapper for PHP Sessions

image

openwebsolns/owsession

OOP wrapper for PHP Sessions

  • Friday, August 1, 2014
  • by openwebsolns
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Session Handler for PHP

This library provides a thin wrapper around PHP's session_* functions so that they can be used from a static context. It also provides some additional common functionality such as:, (*1)

  • "flash" messages
  • de/serialization of complex objects
  • NOTICE squashing when accessing values

Usage

Basic workflow:, (*2)

Session::init();
Session::s('key', "Some value");

// ...

Session::commit(); // performed automatically at end of script

Flash Messages

In addition to storing arbitrary objects in the session via the Session::g method, the Session class also provides mechanism for flash messages: strings that are saved from one request to the next., (*3)

The Versions

01/08 2014

dev-master

9999999-dev http://github.com/openwebsolns/owsession

OOP wrapper for PHP Sessions

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

wrapper session

01/08 2014

0.9.3

0.9.3.0 http://github.com/openwebsolns/owsession

OOP wrapper for PHP Sessions

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

wrapper session

31/07 2014

0.9.2

0.9.2.0 http://github.com/openwebsolns/owsession

OOP wrapper for PHP Sessions

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

wrapper session

30/07 2014

0.9.1

0.9.1.0 http://github.com/openwebsolns/session

OOP wrapper for PHP Sessions

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

wrapper session

30/07 2014

0.9.0

0.9.0.0 http://github.com/openwebsolns/session

OOP wrapper for PHP Sessions

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

wrapper session