2017 © Pedro Peláez
 

library doctrine-sessionhandler

Simple doctrine PHP session handler

image

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

The README.md

PHP Doctrine session handler

Simple add on to support db based sessions for PHP using doctrine., (*1)

Rules

  1. This repository follows PSR-2 standards.
  2. This project adheres to semantic versioning.
  3. 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)

The Versions

17/12 2015

dev-master

9999999-dev

Simple doctrine PHP session handler

  Sources   Download

Apache-2.0

The Requires

 

by Marco Behnke

16/12 2015

1.1.1

1.1.1.0

Simple doctrine PHP session handler

  Sources   Download

Apache-2.0

The Requires

 

by Marco Behnke

15/12 2015

1.1.0

1.1.0.0

Simple doctrine PHP session handler

  Sources   Download

Apache-2.0

The Requires

 

by Marco Behnke

15/12 2015

1.0.0

1.0.0.0

Simple doctrine session handler

  Sources   Download

Apache-2.0

The Requires

 

by Marco Behnke