I’m looking for a good PHP ORM framework for MongoDB. I haven’t stumbled onto anything that I was really thrilled about yet. Perhaps someone could point me at a few packages that I haven’t seen yet. Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a list of all officially sanctioned MongoDB Adapters: http://www.mongodb.org/display/DOCS/PHP+Libraries,+Frameworks,+and+Tools
Your question is very general. If you have experience with traditional ORM frameworks like Doctrine or Propel, then you should use Doctrine’s experimental MongoDB support. If you are just looking for a simple interface then you should look at something like Mandango.