session-interop/session-configuration-interop

This package contains the session interface for session configuration interopability.

1.0.1 2016-12-30 15:27 UTC

This package is not auto-updated.

Last update: 2024-11-10 03:10:34 UTC


README

session-configuration-interop tries to identify and standardize features of session configuration to achieve interoperability between PHP package. It does represent the configuration of the session.

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-configuration-interop

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

Implementations

DefaultSessionConfiguration

A basic implementation of the interface.