What is the best PHP mongodb class? #mongodb
Edit
by Barton Phillips - 1 year ago (2024-02-11)
Need a simple framework that wraps the low level mongodb
| It should wrap low-level Mongodb in a more usable interface. |
Ask clarification
1 Recommendation
XMongoDB : Build and execute queries to a MongoDB database
This package can build and execute queries to a MongoDB database.
It can compose queries to retrieve, insert, update and delete documents using a fluent interface to define several parameters of the queries.
It can also create a database and document indexes.
The parameters define values like the collections of documents to be accessed, conditions on the fields of the documents to match, order and range of the documents to retrieve, etc..
| by Manuel Lemos 26695 - 1 year ago (2024-03-14) Comment
Hello Barton,
There are several packages to access MongoDB.
Can you try this one and let us know if it meets your needs? |