kinetis / session
Cookie-backed sessions and CSRF protection for Kinetis — file, PSR-16 cache (Redis via kinetis/cache-redis), and SQL storage behind one store interface.
v1.2.3
2026-08-20 18:18 UTC
Requires
- php: ^8.4
- kinetis/framework: ^1.28.1
- psr/http-message: ^2.0
- psr/http-server-middleware: ^1.0.2
- psr/simple-cache: ^3.0.0
Requires (Dev)
- infection/infection: ^0.35.0
- kinetis/cache-redis: ^1.2.1
- kinetis/persistence: ^1.11.4
- phpstan/phpstan: ^2.2.8
- phpunit/phpunit: ^12.5.33
- vimeo/psalm: ^6.16.1
Suggests
- kinetis/cache-redis: Redis-backed sessions with no further code: SESSION_DRIVER=cache stores through the PSR-16 binding cache-redis provides, cluster and TLS included.
- kinetis/persistence: Enables SqlSessionStore, sessions in a kinetis_sessions table over the SQL contracts.