PHPackages                             simexis/mongodb-session - 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. simexis/mongodb-session

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

simexis/mongodb-session
=======================

A MongoDB session driver for Laravel 5

0.0.11(6y ago)13.7k1MITPHPPHP &gt;=5.6.0

Since Feb 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jooorooo/mongodb-session)[ Packagist](https://packagist.org/packages/simexis/mongodb-session)[ RSS](/packages/simexis-mongodb-session/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Laravel MongoDB Session
=======================

[](#laravel-mongodb-session)

A MongoDB session driver for Laravel 5, inspired by LMongo. For more information about Sessions, check .

Installation
------------

[](#installation)

Make sure you have [jenssegers\\mongodb](https://github.com/jenssegers/Laravel-MongoDB) installed before you continue.

Install using composer:

```
composer require simexis/mongodb-session

```

Add the session service provider in `app/config/app.php`:

```
'Simexis\Mongodb\Session\SessionServiceProvider',

```

Change the session driver in `app/config/session.php` to mongodb:

```
'driver' => 'mongodb',

```

*Optional*: change the connection to a connection using the mongodb driver from `app/config/database.php`:

```
'connection' => 'mongodb',

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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 ~237 days

Total

2

Last Release

2404d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b94e45e0fc8056daeec3bc285ca4befdbaf5064a57f29bd9d93a9459afab9a28?d=identicon)[jooorooo](/maintainers/jooorooo)

---

Tags

laravelmongodbdriversessionmongo

### Embed Badge

![Health badge](/badges/simexis-mongodb-session/health.svg)

```
[![Health](https://phpackages.com/badges/simexis-mongodb-session/health.svg)](https://phpackages.com/packages/simexis-mongodb-session)
```

###  Alternatives

[jenssegers/mongodb-session

A MongoDB session driver for Laravel 4, 5, 6, 7 and 8

76308.1k3](/packages/jenssegers-mongodb-session)[jenssegers/mongodb-sentry

An extension for Laravel-MongoDB that lets you work with Sentry

5445.0k1](/packages/jenssegers-mongodb-sentry)[leroy-merlin-br/mongolid

Easy, powerful and ultrafast ODM for PHP and MongoDB.

11234.3k4](/packages/leroy-merlin-br-mongolid)[julien-c/mongovel

A Laravel-ish wrapper to the PHP Mongo driver

357.7k](/packages/julien-c-mongovel)[jenssegers/mongodb-lite

A lightweight MongoDB database library and model for Laravel 4

121.0k](/packages/jenssegers-mongodb-lite)

PHPackages © 2026

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