PHPackages                             altmetric/mongo-session-handler - 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. altmetric/mongo-session-handler

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

altmetric/mongo-session-handler
===============================

A PHP session handler backed by MongoDB.

v2.1.0(8y ago)658.9k4MITPHPPHP &gt;= 5.4.0

Since Mar 15Pushed 2y ago3 watchersCompare

[ Source](https://github.com/altmetric/mongo-session-handler)[ Packagist](https://packagist.org/packages/altmetric/mongo-session-handler)[ Docs](https://github.com/altmetric/mongo-session-handler)[ RSS](/packages/altmetric-mongo-session-handler/feed)WikiDiscussions master Synced 1mo ago

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

THIS PROJECT IS DEPRECATED
==========================

[](#this-project-is-deprecated)

mongo-session-handler is not maintained anymore.

Mongo Session Handler [![Build Status](https://camo.githubusercontent.com/cc253512126760e5719d2d71725c08ac980c1ca0e5f56cbac0553ab55a9c48c3/68747470733a2f2f7472617669732d63692e6f72672f616c746d65747269632f6d6f6e676f2d73657373696f6e2d68616e646c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/altmetric/mongo-session-handler)
==================================================================================================================================================================================================================================================================================================================================================

[](#mongo-session-handler-)

A PHP session handler backed by MongoDB.

**Current version:** 2.1.0
**Supported PHP versions:** 5.4, 5.5, 5.6, 7

***Note:** This package depends on the [MongoDB PHP driver](http://php.net/manual/en/set.mongodb.php) extension (`mongodb`) and its companion [PHP library](https://docs.mongodb.com/php-library/master/). If you need to use the older, [legacy driver](http://php.net/manual/en/book.mongo.php) (`mongo`), please see [version 1.0](https://github.com/altmetric/mongo-session-handler/tree/1.x).*

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

[](#installation)

```
$ composer require altmetric/mongo-session-handler:^2.1
```

Usage
-----

[](#usage)

```
