Download the PHP package pvodicka/mongo-php-library without Composer
On this page you can find all versions of the php package pvodicka/mongo-php-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pvodicka/mongo-php-library
More information about pvodicka/mongo-php-library
Files in pvodicka/mongo-php-library
Package mongo-php-library
Short Description MongoDB driver library
License Apache-2.0
Homepage https://jira.mongodb.org/browse/PHPLIB
Informations about the package mongo-php-library
Modified to use static server property for selected server to override subsequent server selection during same script execution. Not recomended for production enviroment!
MongoDB library for PHP
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).
If you are developing an application with MongoDB, you should consider using this library, or another high-level abstraction, instead of the extension alone.
For further information about the architecture of this library and the mongodb
extension, see:
Documentation
Installation
As a high-level abstraction for the driver, this library naturally requires that
the mongodb
extension be installed:
$ pecl install mongodb
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
The preferred method of installing this library is with Composer by running the following from your project root:
$ composer require mongodb/mongodb
Reporting Issues
Please use the following form to report any issues:
All versions of mongo-php-library with dependencies
ext-hash Version *
ext-json Version *
ext-mongodb Version ^1.3.0