raphhh/puppy-session

session module for Puppy framework

1.0.0 2015-04-10 20:43 UTC

This package is auto-updated.

Last update: 2024-03-25 21:05:36 UTC


README

Latest Stable Version Build Status Scrutinizer Quality Score Code Coverage Total Downloads Reference Status License

Session module for Puppy framework.

See Puppy framework for more information.

Installation

$ composer require raphhh/puppy-session

Documentation

Service for Symfony\Component\HttpFoundation\Session\Session.

See Symfony session documentation for more information.

Config options

  • 'session.sessionStorageClass' => name of the class to handle the session storage.
  • 'session.attributeBagClass' => name of the class to handle the attributes session.
  • 'session.flashBagClass' => name of the class to handle the flash session.