Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I like mongoid mapper in ruby, http://www.mongodb.org/display/DOCS/PHP+Libraries,+Frameworks,+and+Tools lists down many ORM/mappers in php for mongoDB but none looks as good as mongoid(at least at first glance).

is there a MongoDB ORM in PHP similar to mongoid? that provides facility like embedding, refernces etc?

share|improve this question

3 Answers

up vote 1 down vote accepted

So I think that Doctrine is close to what you're looking for. But recognize that PHP and Ruby tend to have different syntaxes. So things like embedding and referencing will also look a little different.

Also recognize that while Mongoid (and many others) have some great features regarding embedding/reference they are do carry some risks. It's really easy to create structures that are difficult to query or difficult to maintain.

share|improve this answer

They are all there... Personally I like Mongodloid.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.