session-interop/session-factory-interop

This package contains the session interface for session getting interopability.


Keywords
php, session, interop, interoperability, php session, sessioninterface, session-interop, session-interface
License
MIT

Documentation

Session Interoperability

session-factory-interop tries to identify and standardize features in session objet to achieve interoperability between PHP package. It does handle creation of object of type SessionInterface.

Through discussions and trials, we try to create a standard, made of common interfaces but also recommendations.

Installation

You can install this package through Composer:

composer require session-interop/session-factory-interop

The packages adheres to the SemVer specification, and there will be full backward compatibility between minor versions.

Implementations

DefaultSessionFactory

A basic implementation of the interface.