| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cyclonedx.sbom.json | 2026-04-28 | 5.5 kB | |
| 2.3.0 source code.tar.gz | 2026-04-28 | 211.4 kB | |
| 2.3.0 source code.zip | 2026-04-28 | 604.0 kB | |
| README.md | 2026-04-28 | 1.8 kB | |
| Totals: 4 Items | 822.6 kB | 0 | |
The PHP team is happy to announce that version 2.3.0 of the MongoDB PHP library is now available.
Release Highlights
- PHPLIB-1714: implement backoff for withTransaction by @alcaeus in https://github.com/mongodb/mongo-php-library/pull/1846
- PHPLIB-1396: Implement convenient transactions prose tests by @alcaeus in https://github.com/mongodb/mongo-php-library/pull/1847
- PHPLIB-1719 Exponential backoff and jitter in retry loops by @GromNaN in https://github.com/mongodb/mongo-php-library/pull/1880
- Support
mongodb+srvconnection string in connection test tool by @alcaeus in https://github.com/mongodb/mongo-php-library/pull/1841 - PHPLIB-1778: Unskip large encryption spec test by @alcaeus in https://github.com/mongodb/mongo-php-library/pull/1855
- PHPLIB-1798 Extract MQL definition into a submodule for builder generator by @GromNaN in https://github.com/mongodb/mongo-php-library/pull/1851
- Require
ext-mongodb: ^2.3and test against dev branch by @GromNaN in https://github.com/mongodb/mongo-php-library/pull/1879
A complete list of resolved issues in this release may be found in JIRA.
Server compatibility
MongoDB 4.4+ Required: Future versions of the library will require MongoDB 4.4 or later. MongoDB 4.2 support is deprecated.
Documentation
Documentation for this library may be found in the PHP Library Manual.
Installation
This library may be installed or upgraded with:
composer require mongodb/mongodb:2.3.0
Installation instructions for the mongodb extension may be found in the PHP.net documentation.