linkorb/flex-session-bundle

This Bundle provides integration with flex session for symfony

v0.1.0 2019-04-27 08:11 UTC

This package is auto-updated.

Last update: 2024-08-29 04:31:50 UTC


README

FlexSession: Symfony bundle

FlexSessionBundle provider integration FlexSession library to symfony framework.

Configuration

  1. Enable the FlexSessionBundle\FlexSessionBundle bundle in the kernel
  2. Replace your session handler to FlexSessionHandler
framework:
    session:
        handler_id: FlexSession\FlexSessionHandler