raphhh / puppy-session
session module for Puppy framework
1.0.0
2015-04-10 20:43 UTC
Requires
- php: >=5.4
- raphhh/puppy-application: ~1.0
- symfony/http-foundation: ~2.6
Requires (Dev)
- phpunit/phpunit: @stable
This package is auto-updated.
Last update: 2024-10-25 22:17:43 UTC
README
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.