MongoDB is a popular open-source NoSQL document database that offers flexibility and scalability. It uses a JSON-like format called BSON (Binary JSON) for data storage, providing an intuitive ...
GitHub

MongoDB PHP Driver

This extension is developed atop the libmongoc and libbson libraries. It provides a minimal API for core driver functionality: commands, queries, writes, connection management, and BSON serialization.
GitHub

README.md

To connect to MongoDB Enterprise using SASL (GSSAPI) or LDAP (PLAIN) you need to build the driver against cyrus-sasl2 (external library). This is done by passing --with-mongo-sasl to ./configure, ...