M
M
MR.TOSTER Gipard Valerievich2016-06-19 17:32:52
PHP
MR.TOSTER Gipard Valerievich, 2016-06-19 17:32:52

What is a convenient library/wrapper for working with Mongodb?

The main criterion to consider is the php mongodb driver (new).
There are libraries on php mongo (old driver) but they don't work with the new driver.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BoShurik, 2016-06-20
@zoceb

The Mongo PHP Adapter is a userland library designed to act as an adapter between applications relying on ext-mongo and the new driver (ext-mongodb).
It provides the API of ext-mongo built on top of mongo-php-library, thus being compatible with PHP 7.

Mongo PHP Adapter
And you can use the libraries that require the old driver

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question