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.8.0beta1
4 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.4
Loading...
PHP 7.3
Loading...
PHP 7.2
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.4
Loading...
PHP 7.3
Loading...
PHP 7.2
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.8.0beta1 change log


** New Feature
* [PHPC-1483] - MONGODB-AWS Support
* [PHPC-1484] - Support for allowDiskUse on find operations
* [PHPC-1494] - Add client metadata support for wrapping libraries

** Task
* [PHPC-1060] - Automate Atlas connectivity tests
* [PHPC-1401] - Add mongodb+srv URIs to Atlas Connectivity tests
* [PHPC-1440] - Bump wire protocol version for 4.4
* [PHPC-1442] - Remove support for PHP 5.6
* [PHPC-1478] - Support shorter SCRAM conversation
* [PHPC-1510] - Expand use of error labels for RetryableWrites
* [PHPC-1525] - Deprecate oplogReplay find command option from CRUD spec

** Improvement
* [PHPC-1530] - Make ExceededTimeLimit retryable writes error
* [PHPC-1561] - Allow hinting the delete command

requires:

  • php >=7.0.0<=7.99.99
  • pearinstaller >=1.4.8