Download the PHP package netom/php-mongodb-session without Composer
On this page you can find all versions of the php package netom/php-mongodb-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netom/php-mongodb-session
More information about netom/php-mongodb-session
Files in netom/php-mongodb-session
Download netom/php-mongodb-session
More information about netom/php-mongodb-session
Files in netom/php-mongodb-session
Vendor netom
Package php-mongodb-session
Short Description A tiny, lockless session backend
License MIT
Homepage https://github.com/netom/php-mongodb-session
Package php-mongodb-session
Short Description A tiny, lockless session backend
License MIT
Homepage https://github.com/netom/php-mongodb-session
Please rate this library. Is it a good library?
Informations about the package php-mongodb-session
Php-mongodb-session - a tiny, lockless mongodb session backend
Usage
Use composer to include 'netom/php-mongodb-session'.
Use the code below to register a mongodb session handler instance, and get the actual handler instance in a signle line:
$h = \Netom\Session\MongoDB::register();
See the code for parameters.
The default is to connect to the localhost, and to the 'session' database, using the 'session' collection.
Put an index to the 't' field to make garbage collection faster.
All versions of php-mongodb-session with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-mongodb Version ~1.2.0
ext-mongodb Version ~1.2.0
The package netom/php-mongodb-session contains the following files
Loading the files please wait ....