Simple add on to support db based sessions for PHP using doctrine.
- This repository follows PSR-2 standards.
- This project adheres to semantic versioning.
- This project follows Keep a CHANGELOG rules
composer require firegate666/doctrine-sessionhandler
$sessionData = new SessionData(); // own class implementing SessionDataInterface
$entityManager = EntityManager::create($connConfig, $config);
session_set_save_handler(new SessionHandler($entityManager));
Fork the repository on GitHub and submit pull requests