mongodb

pecl install mongodb

MongoDB driver for PHP

The purpose of this driver is to provide exceptionally thin glue between MongoDB
and PHP, implementing only fundamental and performance-critical components
necessary to build a fully-functional MongoDB driver.

Maintainer

  • Andreas Braun (lead )
  • Jeremy Mikola (lead )
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]
  • Katherine Walker (developer ) [inactive]
  • Jeremy Mikola (developer ) [inactive]
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]

Details

Stars: 853
Issue openned: 6
Downloads: 14593745
1.1.0
8 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 5.6
Loading...
PHP 5.5
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.1.0 change log


* PHPC-509: Default Manager URI to "mongodb://localhost:27017/"
* PHPC-448: Fix arginfo for ReadConcern constructor
* PHPC-514: Fix --with-mongodb-sasl flag
* PHPC-512: Disable async stream connections
* PHPC-508: Construct valid stream URI for IPv6 literals
* PHPC-448: Manager::getReadConcern() and URI test
* PHPC-448: Support readConcern option on Query
* PHPC-448: Implement ReadConcern class
* PHPC-443: Support "bypassDocumentValidation" option in BulkWrite
* PHPC-450: failReceivedGetmore does not support getMore commands
* PHPC-450: Don't assert exact isMaster response when dumping Servers
* PHPC-450: Split query tests for OP_QUERY and find command
* PHPC-450: Profiled aggregate commands log the collection NS in 3.2
* PHPC-450: Update open cursor check for MongoDB 3.2
* Fixed PHPC-502: bson_init_static(): precondition failed: data
* PHPC-450: Enable majority read concern by default in MO
* PHPC-450: Use MongoDB 3.2 final for testing

requires:

  • php >=5.4.0<=5.99.99
  • pearinstaller >=1.4.8