Download the PHP package ellipse/session-handler without Composer
On this page you can find all versions of the php package ellipse/session-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ellipse/session-handler
More information about ellipse/session-handler
Files in ellipse/session-handler
Download ellipse/session-handler
More information about ellipse/session-handler
Files in ellipse/session-handler
Vendor ellipse
Package session-handler
Short Description Psr-15 middleware allowing to set a custom session handler
License MIT
Homepage https://github.com/ellipsephp/session-handler
Package session-handler
Short Description Psr-15 middleware allowing to set a custom session handler
License MIT
Homepage https://github.com/ellipsephp/session-handler
Please rate this library. Is it a good library?
Informations about the package session-handler
Session handler
This package provides a Psr-15 middleware allowing to set a custom session handler to your application.
Require php >= 7.0
Installation composer require ellipse/session-handler
Run tests ./vendor/bin/kahlan
- Using the set session handler middleware
Using the set session handler middleware
For example, a custom session handler using an implementation of Psr-6 can be used instead of the built in session handler:
All versions of session-handler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
The package ellipse/session-handler contains the following files
Loading the files please wait ....