Name: | php-mongodb |
---|---|
Version: | 1.0.4 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 389760 |
License: | ASL 2.0 |
RPM: | php-mongodb-1.0.4-1.el7.noarch.rpm |
Source RPM: | php-mongodb-1.0.4-1.el7.src.rpm |
Build Date: | Sat Nov 04 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/mongodb/mongo-php-library |
Summary: | MongoDB driver library |
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 |
- update to 1.0.4
- update to 1.0.3
- only run upstream test suite when build --with tests
- update to 1.0.2
- update to 1.0.1
- update to 1.0.0
- update to 1.0.0beta2 - raise dependency on pecl/mongodb ^1.1.1 - run test suite with both PHP 5 and 7 when available
- update to 1.0.0beta1
- git snapshot
- initial package