Can anyone recommend a good PHP ORM with compatibility for MongoDB?
I'm looking for a good PHP ORM framework for MongoDB. I haven't stumbled across all of them, which I'm really intoxicated with. Maybe someone can point me to a few packages that I haven't seen yet. Thank.
+3
Eugene
source
to share
1 answer
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, you should use the experimental MongoDB Doctrine support. If you're just looking for a simple interface, you should look at something like Mandango.
+2
Stanislav Palatnik
source
to share