session-interop / session-factory-interop
This package contains the session interface for session getting interopability.
Installs: 52 587
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- session-interop/session-interop: ^3.0
This package is not auto-updated.
Last update: 2024-11-09 20:39:17 UTC
README
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
A basic implementation of the interface.