linkorb / flex-session-bundle
This Bundle provides integration with flex session for symfony
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-10-29 04:53:43 UTC
README
FlexSession: Symfony bundle
FlexSessionBundle provider integration FlexSession library to symfony framework.
Configuration
- Enable the
FlexSessionBundle\FlexSessionBundle
bundle in the kernel - Replace your session handler to
FlexSessionHandler
framework: session: handler_id: FlexSession\FlexSessionHandler