MongoDB Development Team is announcing that MongoDB PHP Driver with version number 1.6.11 is already available to download.
What is MongoDB PHP Driver ?
MongoDB PHP Driver is A PHP driver for the MongoDB database, a toolkit that allows developers to interconnect PHP powered apps with MongoDB databases .
The MongoDB database is a document-oriented NoSQL database, perfect for high intensive load environments.The MongoDB PHP Driver enables developers to write apps and websites that connect, store and retrieve information from a MongoDB database.This is a MongoDB connector created and supported by the official MongoDB development team, coming packed with lots of examples and documentation.MongoDB also comes with drivers for various other programming languages as well:CC#C++PerlJavaRubyScalaErlangPythonNode.jsHaskell
This is changelog for MongoDB PHP Driver version 1.6.11 :
- Implemented the SCRAM-SHA-1 SASL Mechanism
- Support 50 replicaset members
- MongoDB::listCollections() should support filter option
You can read the complete changelog and also download this latest version on their homepage: github.com