2017-25 © Pedro Peláez
 

asgard-bundle session

image

asgard/session

  • Friday, May 13, 2016
  • by leyou
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Data

Build Status, (*1)

Session is a package for custom PHP session drivers., (*2)

, (*3)

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., (*4)

composer require asgard/session 0.*

, (*5)

Initialisation

Add the following code in app/bootstrap_*.php:, (*6)

$session = new \Asgard\Session\DBDriver($container['db']);
$session->handle();

Contributing

Please submit all issues and pull requests to the asgardphp/asgard repository., (*7)

License

The Asgard framework is open-sourced software licensed under the MIT license, (*8)

The Versions

13/05 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Michel Hognerud

13/05 2016

v0.3.1

0.3.1.0

  Sources   Download

MIT

The Requires

 

by Michel Hognerud

12/05 2016

v0.3.0

0.3.0.0

  Sources   Download

MIT

The Requires

 

by Michel Hognerud