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 3w 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

3842d 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

[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.

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

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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