raphhh / puppy-session
session module for Puppy framework
Installs: 124
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/raphhh/puppy-session
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: 2025-09-26 00:34:38 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.