session-interop / session-manager-interop
This package contains the session interface for session management interopability.
Package info
github.com/session-interop/session-manager-interop
pkg:composer/session-interop/session-manager-interop
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2026-03-01 03:53:33 UTC
README
session-management-interop tries to identify and standardize features in session objet to achieve interoperability between PHP package. It does handle session start and close / write. This interface is designed to be immutable. 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-management-interop
The packages adheres to the SemVer specification, and there will be full backward compatibility between minor versions.
Implementations
A basic implementation of the interface.