linkorb / flex-session-bundle
This Bundle provides integration with flex session for symfony
Package info
github.com/linkorb/flex-session-bundle
Type:symfony-bundle
pkg:composer/linkorb/flex-session-bundle
v0.1.0
2019-04-27 08:11 UTC
Requires
- php: ^7.1
- linkorb/flex-session: ^0.1.0
- symfony/config: ^4.0
- symfony/dependency-injection: ^4.0
- symfony/http-kernel: ^4.0
This package is auto-updated.
Last update: 2026-03-01 00:27:48 UTC
README
FlexSession: Symfony bundle
FlexSessionBundle provider integration FlexSession library to symfony framework.
Configuration
- Enable the
FlexSessionBundle\FlexSessionBundlebundle in the kernel - Replace your session handler to
FlexSessionHandler
framework: session: handler_id: FlexSession\FlexSessionHandler