asgard/session

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:asgard-bundle

v0.3.1 2016-05-13 12:32 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:37:37 UTC


README

#Data

Build Status

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.*

##Initialisation

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