Download the PHP package firegate666/doctrine-sessionhandler without Composer
On this page you can find all versions of the php package firegate666/doctrine-sessionhandler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download firegate666/doctrine-sessionhandler
More information about firegate666/doctrine-sessionhandler
Files in firegate666/doctrine-sessionhandler
Download firegate666/doctrine-sessionhandler
More information about firegate666/doctrine-sessionhandler
Files in firegate666/doctrine-sessionhandler
Vendor firegate666
Package doctrine-sessionhandler
Short Description Simple doctrine PHP session handler
License Apache-2.0
Package doctrine-sessionhandler
Short Description Simple doctrine PHP session handler
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package doctrine-sessionhandler
PHP Doctrine session handler
Simple add on to support db based sessions for PHP using doctrine.
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
All versions of doctrine-sessionhandler with dependencies
PHP Build Version
Package Version
Requires
doctrine/orm Version
^2.5
The package firegate666/doctrine-sessionhandler contains the following files
Loading the files please wait ....