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 0.5.0
(alpha)
|
* PHPC-241: Include lib versions and uri in the logs * PHPC-240: Rely on libmongoc for command cursor iteration * PHPC-240: Regression tests for command cursor getmore * PHPC-254: Remove unused RINIT and RSHUTDOWN handlers * PHPC-253: bump mongoc after CDRIVER-611 fix * PHPC-249: empty array should be serialized as array * PHPC-248: Allow ->setTypeMap() to set 'array' and 'stdclass' * PHPC-245: Allow embedding objects in updates * PHPC-245: executeUpdate() converts objects to arrays * PHPC-244: Cannot use object of type Person as array * PHPC-243: Manager->executeUpdate() option is supposed to be 'multi' * PHPC-239: Cursor refcount issues * PHPC-237: Update PHP version requirement in package.xml |