PHPackages                             firegate666/doctrine-sessionhandler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. firegate666/doctrine-sessionhandler

ActiveLibrary[Database &amp; ORM](/categories/database)

firegate666/doctrine-sessionhandler
===================================

Simple doctrine PHP session handler

1.1.1(10y ago)2332Apache-2.0PHP

Since Dec 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/firegate666/doctrine-sessionhandler)[ Packagist](https://packagist.org/packages/firegate666/doctrine-sessionhandler)[ RSS](/packages/firegate666-doctrine-sessionhandler/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

PHP Doctrine session handler
============================

[](#php-doctrine-session-handler)

Simple add on to support db based sessions for PHP using doctrine.

Rules
-----

[](#rules)

1. This repository follows [PSR-2 standards](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).
2. This project adheres to [semantic versioning](http://semver.org/).
3. This project follows [Keep a CHANGELOG rules](http://keepachangelog.com/)

Install
-------

[](#install)

```
composer require firegate666/doctrine-sessionhandler

```

Usage
-----

[](#usage)

```
$sessionData = new SessionData(); // own class implementing SessionDataInterface
$entityManager = EntityManager::create($connConfig, $config);
session_set_save_handler(new SessionHandler($entityManager));

```

Contribute
----------

[](#contribute)

Fork the repository on [GitHub](https://github.com/firegate666/doctrine-sessionhandler) and submit pull requests

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

3887d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2696fa691b52b3f52b657bc27c49a3324828796155638a7f3603cd9557f9a186?d=identicon)[firegate666](/maintainers/firegate666)

---

Top Contributors

[![firegate666](https://avatars.githubusercontent.com/u/1197926?v=4)](https://github.com/firegate666 "firegate666 (2 commits)")

### Embed Badge

![Health badge](/badges/firegate666-doctrine-sessionhandler/health.svg)

```
[![Health](https://phpackages.com/badges/firegate666-doctrine-sessionhandler/health.svg)](https://phpackages.com/packages/firegate666-doctrine-sessionhandler)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M414](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[api-platform/doctrine-orm

Doctrine ORM bridge

314.8M105](/packages/api-platform-doctrine-orm)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
