PHPackages                             bengor-user/doctrine-odm-mongodb-bridge-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. bengor-user/doctrine-odm-mongodb-bridge-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

bengor-user/doctrine-odm-mongodb-bridge-bundle
==============================================

Symfony bundle that glues UserBundle and DoctrineODMMongoDBBridge

v1.2.0(9y ago)04MITPHPPHP ^5.5 || ^7.0

Since Jun 13Pushed 9y ago2 watchersCompare

[ Source](https://github.com/BenGorUser/DoctrineODMMongoDBBridgeBundle)[ Packagist](https://packagist.org/packages/bengor-user/doctrine-odm-mongodb-bridge-bundle)[ RSS](/packages/bengor-user-doctrine-odm-mongodb-bridge-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

DoctrineODMMongoDBBridgeBundle
==============================

[](#doctrineodmmongodbbridgebundle)

> Symfony bundle that glues UserBundle and DoctrineODMMongoDBBridge

[![Build Status](https://camo.githubusercontent.com/ff7289dc06348f2e2714420317e296ab8d30dd54fc5785cafeded8a3fb130bae/68747470733a2f2f7472617669732d63692e6f72672f42656e476f72557365722f446f637472696e654f444d4d6f6e676f444242726964676542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/BenGorUser/DoctrineODMMongoDBBridgeBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c3e51c821a10ce0eeb0ba1ad038f6344850693ac9744476f0b3f1571795fc436/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f42656e476f72557365722f446f637472696e654f444d4d6f6e676f444242726964676542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/BenGorUser/DoctrineODMMongoDBBridgeBundle/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/e7dbe615e3b782407e8342e4047f4f9dbf3d886a829825bc7a21b8168d2139fb/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f646f637472696e652d6f646d2d6d6f6e676f64622d6272696467652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/bengor-user/doctrine-odm-mongodb-bridge-bundle/)[![Latest Stable Version](https://camo.githubusercontent.com/2d487f1abb134699e2a5f437c80a72d06948953438358a25d31407d98c3b60f2/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f646f637472696e652d6f646d2d6d6f6e676f64622d6272696467652d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/bengor-user/doctrine-odm-mongodb-bridge-bundle/)[![Latest Unstable Version](https://camo.githubusercontent.com/bca8be0106552cdcc6f9fe7f6fc7a6b59aa5460c0c632b2eb8dac3cb57831190/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f646f637472696e652d6f646d2d6d6f6e676f64622d6272696467652d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/bengor-user/doctrine-odm-mongodb-bridge-bundle/)

\##Requirements PHP &gt;= 5.5
Symfony &gt;= 2.8

\##Installation The easiest way to install this component is using [Composer](http://getcomposer.org)

```
$ composer require bengor-user/doctrine-odm-mongodb-bridge-bundle
```

\##Documentation All the documentation is stored inside the [user bundle](https://github.com/BenGorUser/UserBundle/blob/master/docs/index.md).

\##Tests This bundle is completely tested by **[PHPSpec](http://www.phpspec.net/), SpecBDD framework for PHP**.

Run the following command to launch tests:

```
$ vendor/bin/phpspec run -fpretty
```

\##Contributing If you have any doubt or maybe you want to share some opinion, you can use our **Gitter** chat.

[![Join the chat at https://gitter.im/BenGorUser/User](https://camo.githubusercontent.com/7c384e7dff627bc25687c2976b4ff7e1c87275f4d73f461b7ec1ab826fa58a14/68747470733a2f2f6261646765732e6769747465722e696d2f42656e476f72557365722f557365722e737667)](https://gitter.im/BenGorUser/User?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

BenGorUser uses [Crowdin](https://crowdin.com/) as tool to manage translations so, please help us translating your favorite language via this service. Pull requests about translations will not be accepted.

[![Crowdin](https://camo.githubusercontent.com/fe5982dda41fecd317f7dcb2a01c3ce27f7747d56608dfe76b1e5f9669a620be/68747470733a2f2f64333232637174353834626f346f2e636c6f756466726f6e742e6e65742f62656e676f72757365722f6c6f63616c697a65642e737667)](https://crowdin.com/project/bengoruser)

This bundle follows PHP coding standards, so pull requests need to execute the Fabien Potencier's [PHP-CS-Fixer](http://cs.sensiolabs.org/). Furthermore, if the PR creates some not-PHP file remember that you have to put the license header manually. In order to simplify we provide a Composer script that wraps all the commands related with this process.

```
$ composer run-script cs
```

There is also a policy for contributing to this project. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New methods or code improvements must come paired with [PHPSpec](http://www.phpspec.net/) tests.

If you would like to contribute it is a good point to follow Symfony contribution standards, so please read the [Contributing Code](http://symfony.com/doc/current/contributing/code/index.html) in the project documentation. If you are submitting a pull request, please follow the guidelines in the [Submitting a Patch](http://symfony.com/doc/current/contributing/code/patches.html#check-list) section and use the [Pull Request Template](http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).

\##Credits This bundle is created by:

>

**@benatespina** -
**@gorkalaucirica** -

\##Licensing Options [![License](https://camo.githubusercontent.com/dbe583dfc341fe0d95d9bcd3e0116eddeba5f4c9e51bafea9ba8d3514136d8b6/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f646f637472696e652d6f646d2d6d6f6e676f64622d6272696467652d62756e646c652f6c6963656e73652e737667)](https://github.com/BenGorUser/DoctrineODMMongoDBBridgeBundle/blob/master/LICENSE)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~117 days

Total

3

Last Release

3387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b54f0877b7c31df24820fc1c55bd1a4dcda487dbe8ae5b031e6bf8362fecdfe4?d=identicon)[gorkalaucirica](/maintainers/gorkalaucirica)

![](https://www.gravatar.com/avatar/06308bfc15d8774c16d36d727f852c2d29ed8d0d6153637384439747776dc658?d=identicon)[benatespina](/maintainers/benatespina)

---

Top Contributors

[![benatespina](https://avatars.githubusercontent.com/u/3951376?v=4)](https://github.com/benatespina "benatespina (13 commits)")

---

Tags

ddddoctrinedoctrine-odm-mongodbodmphpsymfony-bundleuser-managementsymfonybundledoctrineuserodmmongodbddd

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bengor-user-doctrine-odm-mongodb-bridge-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bengor-user-doctrine-odm-mongodb-bridge-bundle/health.svg)](https://phpackages.com/packages/bengor-user-doctrine-odm-mongodb-bridge-bundle)
```

###  Alternatives

[omines/datatables-bundle

Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support

2851.4M6](/packages/omines-datatables-bundle)[mmucklo/queue-bundle

Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}

120839.8k](/packages/mmucklo-queue-bundle)[doesntmattr/mongodb-migrations-bundle

Symfony MongoDBMigrationsBundle

23484.5k1](/packages/doesntmattr-mongodb-migrations-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
