Download the PHP package rexsee/mongodb-session without Composer
On this page you can find all versions of the php package rexsee/mongodb-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mongodb-session
Laravel MongoDB Session
A MongoDB session driver for Laravel 4, 5, 6, 7 or 8 which is inspired by LMongo. For more information about Sessions, check http://laravel.com/docs/eloquent.
Installation
Make sure you have jenssegers\mongodb installed before you continue.
Laravel Version Compatibility
Laravel | Package |
---|---|
4.x.x | 1.0.x |
5.x.x | 1.2.x |
6.x.x | 1.3.x |
7.x.x | 1.4.x |
8.x.x | 1.4.x |
Install using composer:
composer require jenssegers/mongodb-session
Add the session service provider in app/config/app.php
: (Below Laravel 7 Version)
'Jenssegers\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',
All versions of mongodb-session with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
jenssegers/mongodb Version *
illuminate/session Version ~4.0|~5.0|~6.0|~7.0|~8.0
jenssegers/mongodb Version *
illuminate/session Version ~4.0|~5.0|~6.0|~7.0|~8.0
The package rexsee/mongodb-session contains the following files
Loading the files please wait ....