Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-mongodb - MongoDB driver library

Website:
https://github.com/mongodb/mongo-php-library
Licence:
ASL 2.0
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
This library provides a high-level abstraction around the lower-level drivers
for PHP and HHVM (i.e. the mongodb extension).

While the extension provides a limited API for executing commands, queries,
and write operations, this library implements an API similar to that of the
legacy PHP driver. It contains abstractions for client, database, and
collection objects, and provides methods for CRUD operations and common
commands (e.g. index and collection management).

Autoloader: /usr/share/php/MongoDB/autoload.php

Packages

php-mongodb-1.9.0~alpha1-1.el7.remi.noarch [192 KiB] Changelog by Remi Collet (2021-04-09):
- update to 1.9.0
- raise dependency on mongodb extension version 1.10