Remi's RPM repository - Packages

Blog | Forum | Repository

php-mongodb - MongoDB driver library

Website:
https://github.com/mongodb/mongo-php-library
Licence:
ASL 2.0
Vendor:
Remi Collet
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).

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/MongoDB/autoload.php';

Packages

php-mongodb-1.0.0-0.3.beta1.fc19.remi.noarch [44 KiB] Changelog by Remi Collet (2015-11-03):
- update to 1.0.0beta1
php-mongodb-1.0.0-0.2.20151102gita3c0b97.fc19.remi.noarch [44 KiB] Changelog by Remi Collet (2015-11-02):
- git snapshot