DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony2

Github星跟踪图

DoctrineMongoDBBundle

此捆绑包集成了Doctrine2 MongoDB Object Document Mapper (ODM) 库 集成到Symfony中,以便您可以在MongoDB中保持和检索对象。

Symfony2 文档中提供了有关如何安装和使用此捆绑包的文档。

兼容性

此捆绑包的当前版本具有以下要求:

  • PHP 5.5或5.6
  • MongoDB驱动程序版本1.5或更高版本(不支持ext-mongodb)
  • 需要Symfony 2.7或更新版本

通过3.0.x版本(在3.0分支中跟踪)提供对旧版Symfony、PHP和MongoDB版本的支持。 此版本仅查看错误和安全修复程序。

主要指标

概览
名称与所有者doctrine/DoctrineMongoDBBundle
主编程语言PHP
编程语言PHP (语言数: 2)
平台BSD, Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2011-04-21 21:01:02
推送于2025-05-27 07:52:29
最后一次提交
发布数68
最新版本名称5.3.0 (发布于 2025-04-08 16:34:34)
第一版名称v2.0.0 (发布于 )
用户参与
星数384
关注者数36
派生数231
提交数1.6k
已启用问题?
问题数312
打开的问题数17
拉请求数451
打开的拉请求数1
关闭的拉请求数123
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

DoctrineMongoDBBundle

This bundle integrates the Doctrine2 MongoDB Object Document Mapper (ODM) library
into Symfony so that you can persist and retrieve objects to and from MongoDB.

Build Status

Documentation on how to install and use this bundle is available in the
Symfony2 documentation.

Compatibility

The current version of this bundle has the following requirements:

  • PHP 7.2 or newer is required
  • ext-mongodb 1.5 or newer
  • Symfony 4.3 or newer is required

Support for older Symfony, PHP and MongoDB versions is provided via the 3.0.x
releases (tracked in the 3.0 branch). This version sees bug and security fixes
only.