innobrig / session-middleware
Session middleware package supporting namespaced session variables and easy nested structures. Written for Slim 3.0 but should also work for other frameworks.
1.0.0
2016-09-09 04:20 UTC
Requires
- php: >=5.3.0
- joebengalen/config: ~1.0
This package is auto-updated.
Last update: 2025-03-07 02:03:15 UTC
README
Session middleware package supporting namespaced session variables and easy nested structures. Written for Slim 3.0 but should also work for other frameworks.
##Install Via composer
{ "require": { "innobrig/session-middleware": "^1.0" } }
Credits/Inspiration
This package is basically a combination of the best features from:
-- https://github.com/innobrig/rka-slim-session-middleware
-- https://github.com/JoeBengalen/Session
Example Use
TODO