dev-master
9999999-dev
MIT
The Requires
- php >=5.5.9
- asgard/db ~0.3.0
- doctrine/dbal ^2.0
by Michel Hognerud
Session is a package for custom PHP session drivers., (*2)
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., (*4)
composer require asgard/session 0.*
Add the following code in app/bootstrap_*.php:, (*6)
$session = new \Asgard\Session\DBDriver($container['db']); $session->handle();
Please submit all issues and pull requests to the asgardphp/asgard repository., (*7)
The Asgard framework is open-sourced software licensed under the MIT license, (*8)
MIT