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


** Epic
* [PHPC-1850] - Support PHP 8.1
* [PHPC-1912] - CSFLE 1.0 KMIP Support

** New Feature
* [PHPC-2009] - Support tlsOptions encryption option

** Task
* [PHPC-1878] - Unexpected primary step down when testing on MongoDB latest
* [PHPC-1880] - Drop support for PHP 7.1
* [PHPC-1931] - Add PHP 8.1 to PHP toolchain
* [PHPC-1997] - Update calls to deprecated bson_atomic_int_add function
* [PHPC-2011] - Upgrade libmongoc to 1.20.0 and libmongocrypt to 1.3.0

** Improvement
* [PHPC-1942] - Support BSON Binary subtype 0x07 (column)
* [PHPC-2004] - Specify string return type in __toString() arginfos
* [PHPC-2007] - Explicitly implement Stringable for PHP 8+
* [PHPC-2010] - Type validation for autoEncryption.extraOptions

requires:

  • php >=7.2.0<=8.99.99
  • pearinstaller >=1.4.8