Download the PHP package mikespub/react-http-middleware-session without Composer
On this page you can find all versions of the php package mikespub/react-http-middleware-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mikespub/react-http-middleware-session
More information about mikespub/react-http-middleware-session
Files in mikespub/react-http-middleware-session
Package react-http-middleware-session
Short Description react/http middleware that takes care of session handling
License MIT
Informations about the package react-http-middleware-session
Middleware that takes care of session handling
About this fork
This fork is only used to create updated packages for use in other projects.
Install
To install via Composer, use the command below, it will automatically detect the latest version and bind it with ^.
This middleware takes care of session handling. It uses react/cache for storage or
any cache handler implementing React\Cache\CacheInterface.
Usage
Response cache
Using this middleware together with wyrihaximus/react-http-middleware-response-cache then
please take a look at wyrihaximus/react-http-middleware-response-cache-session-cache-configuration to
ensure you don't cache responses from users with active sessions.
To/From array
In case you need to pass a session into a child process it has toArray and fromArray methods:
License
The MIT License (MIT)
Copyright (c) 2026 Cees-Jan Kiewiet
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of react-http-middleware-session with dependencies
ext-random Version ^8.4
ext-session Version ^8.4
hansott/psr7-cookies Version ^3.0.2
psr/http-message Version ^1.1.0 || ^2.0
react/cache Version ^1.2.0
react/http Version ^1.11
react/promise Version ^3.3.0


