asgard / session
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:asgard-bundle
Requires
- php: >=5.5.9
- asgard/db: ~0.3.0
- doctrine/dbal: ^2.0
This package is not auto-updated.
Last update: 2024-11-01 21:07:04 UTC
README
#Data
Session is a package for custom PHP session drivers.
##Installation If you are working on an Asgard project you don't need to install this library as it is already part of the standard libraries.
composer require asgard/session 0.*
Add the following code in app/bootstrap_*.php:
$session = new \Asgard\Session\DBDriver($container['db']);
$session->handle();
###Contributing
Please submit all issues and pull requests to the asgardphp/asgard repository.
License
The Asgard framework is open-sourced software licensed under the MIT license