php-platform/session

There is no license information available for the latest version (v0.1.1) of this package.

v0.1.1 2017-08-11 15:43 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:46:31 UTC


README

This packages specifies the session interface and provides a factory to create theh session object

Build Status

Introduction

Session is required to work with any application, This packages specifies the session

Features

  • Implementation of session is left to the implementor
  • Any application which needs session can use this Interface , and in runtime any implementation of session can be used

Example

For More Usage please see the included tests