有哪些类似于 Active Record 的 ORM 可用于 MongoDB 的 php 实现?
嘿大家。我正在寻找一个像 Active-Record 一样好的数据抽象层来为我的基于 PHP 的网站连接到 MongoDB。目前,我正在 Zend Framework 上进行开发,如果这有什么不同的话。你能给我一个好的建议吗?
谢谢, 安迪
Hey everyone. I'm looking for a good Active-Record like data abstraction layer to hook into MongoDB for my PHP based website. Currently, I'm developing on Zend Framework, if that makes a difference. Can you give me a good suggestion?
Thanks,
Andy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Doctrine 有一个(测试版)MongoDB 对象文档映射器。还没有尝试过,但我认为它符合你的要求。
Doctrine has a (beta) MongoDB Object Document Mapper. Havne't tried it yet, but I think it does what you are asking for.
Mandango 是您可能想尝试的另一个 Mongo ODM。根据 Mandango 网站上的此页面,它比 Doctrine 的 Mongo ODM 更快。
(披露:我曾经与 Mandango 的首席开发人员一起工作)
Mandango is another Mongo ODM you might want to try out. According to this page on the Mandango site, it's faster than Doctrine's Mongo ODM.
(disclosure: I used to work with Mandango's lead developer)