Package Information |
Summary |
MongoDB driver for PHP |
Maintainers |
Jeremy Mikola (lead)
[details]
Katherine Walker (developer)
[details]
Andreas Braun (lead)
[details]
Derick Rethans (lead)
[inactive]
[wishlist]
[details]
Hannes Magnusson (lead)
[inactive]
[details]
|
License |
Apache License |
Description |
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. |
Homepage |
https://www.mongodb.com/docs/drivers/php-drivers/
|
Release notes
Version 1.8.0beta1
(beta)
|
** 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 |