Search by

hydrakit / session

whleucka

Session handling as PSR-15 middleware, behind split data and lifecycle interfaces.

Package info

github.com/hydra-foundation/session

pkg:composer/hydrakit/session

Statistics

Installs: 70

Dependents: 5

Suggesters: 0

Stars: 0

v0.3.2 2026-09-11 16:10 UTC

This package is auto-updated.

Last update: 2026-09-11 16:23:19 UTC


README

Read-only mirror. hydrakit/session is developed in hydra-foundation/hydra under packages/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.