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. firegate666/doctrine-sessionhandler

ActiveLibrary

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 1mo 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 60% 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

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

[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[neos/flow

Flow Application Framework

862.0M448](/packages/neos-flow)[api-platform/doctrine-orm

Doctrine ORM bridge

243.1M39](/packages/api-platform-doctrine-orm)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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