hydrakit / session
Session handling as PSR-15 middleware, behind split data and lifecycle interfaces.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
- hydrakit/core: ^0.3
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/sessionis developed in hydra-foundation/hydra underpackages/session, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.
A request-scoped key/value store that persists across requests for one client,
backed by native $_SESSION behind two deliberately split interfaces. The data
surface goes to controllers; the lifecycle surface is held only by the
framework's session middleware.