2017 © Pedro Peláez
 

symfony-bundle pdo-session-bundle

Symfony2 PDOSession Bundle.

image

ferrandini/pdo-session-bundle

Symfony2 PDOSession Bundle.

  • Tuesday, July 8, 2014
  • by aferrandini
  • Repository
  • 0 Watchers
  • 0 Stars
  • 288 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PDOSessionBundle

PDO Session Bundle adds PDO Session to your symfony project easy and fast., (*1)

Instal the bundle with composer, (*2)

...
"require": {
    ...
    "ferrandini/pdo-session-bundle": "1.*"
}
...

Enable the bundle in your app/AppKernel.php, (*3)

// app/AppKernel.php

...
    $bundles = array(
        ...
        new Ferrandini\Bundle\PDOSessionBundle\FerrandiniPDOSessionBundle(),
    );
...

Configure your session hanlder in config.yml, (*4)

...
framework:
    ...
    session:
        handler_id: ferrandini.pdo.session.handler
...

The Versions