library doctrine-sessionhandler
Simple doctrine PHP session handler
firegate666/doctrine-sessionhandler
Simple doctrine PHP session handler
- Thursday, December 17, 2015
- by firegate666
- Repository
- 1 Watchers
- 2 Stars
- 18 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
PHP Doctrine session handler
Simple add on to support db based sessions for PHP using doctrine., (*1)
Rules
- This repository follows PSR-2 standards.
- This project adheres to semantic versioning.
- This project follows Keep a CHANGELOG rules
Install
composer require firegate666/doctrine-sessionhandler
Usage
$sessionData = new SessionData(); // own class implementing SessionDataInterface
$entityManager = EntityManager::create($connConfig, $config);
session_set_save_handler(new SessionHandler($entityManager));
Contribute
Fork the repository on GitHub and submit pull requests, (*2)
dev-master
9999999-dev
Simple doctrine PHP session handler
Sources
Download
Apache-2.0
The Requires
by
Marco Behnke
1.1.1
1.1.1.0
Simple doctrine PHP session handler
Sources
Download
Apache-2.0
The Requires
by
Marco Behnke
1.1.0
1.1.0.0
Simple doctrine PHP session handler
Sources
Download
Apache-2.0
The Requires
by
Marco Behnke
1.0.0
1.0.0.0
Simple doctrine session handler
Sources
Download
Apache-2.0
The Requires
by
Marco Behnke