DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony2

Github stars Tracking Chart

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版本的支持。 此版本仅查看错误和安全修复程序。

Overview

Name With Ownerdoctrine/DoctrineMongoDBBundle
Primary LanguagePHP
Program languagePHP (Language Count: 2)
PlatformBSD, Linux, Mac, Windows
License:MIT License
Release Count61
Last Release Name5.0.1 (Posted on 2024-01-16 11:05:44)
First Release Namev2.0.0 (Posted on )
Created At2011-04-21 21:01:02
Pushed At2024-01-30 20:25:13
Last Commit At
Stargazers Count379
Watchers Count41
Fork Count236
Commits Count1.5k
Has Issues Enabled
Issues Count307
Issue Open Count19
Pull Requests Count409
Pull Requests Open Count1
Pull Requests Close Count122
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top