PHPackages                             mparaiso/doctrineodmserviceprovider - 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. mparaiso/doctrineodmserviceprovider

ActiveLibrary[Database &amp; ORM](/categories/database)

mparaiso/doctrineodmserviceprovider
===================================

Doctrine ODM service provider for Silex

0.0.16(12y ago)2144MITPHPPHP &gt;=5.3.3

Since May 8Pushed 12y agoCompare

[ Source](https://github.com/Mparaiso/doctrineodmserviceprovider)[ Packagist](https://packagist.org/packages/mparaiso/doctrineodmserviceprovider)[ Docs](https://github.com/Mparaiso/doctrineodmserviceprovider)[ RSS](/packages/mparaiso-doctrineodmserviceprovider/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (18)Used By (0)

Doctrine ODM Service Provider
=============================

[](#doctrine-odm-service-provider)

[![Build Status](https://camo.githubusercontent.com/48c31bd94676103ab8189c86c99508b8a912130204a2cce19b5a0b2714a06a05/68747470733a2f2f7472617669732d63692e6f72672f4d7061726169736f2f646f637472696e656f646d7365727669636570726f76696465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Mparaiso/doctrineodmserviceprovider)

Doctrine ODM service provider for silex
---------------------------------------

[](#doctrine-odm-service-provider-for-silex)

Brings NoSQL databases to Silex Framework.

author : M.Paraiso contact:

status: work in progress

helps use Doctrine ODM with silex , comes with complete too symfony integration.

supports MongoDB

### BASIC USAGE

[](#basic-usage)

```
 $app = new \Silex\Application();
        $app->register(new DoctrineODMMongoDBServiceProvider, array(
            "odm.connection.server" => getenv('ODM_MONGODB_TEST_CONNECTION_STRING'), // mongodb connection string
            "odm.connection.dbname" => getenv('ODM_MONGODB_TEST_DATABASE_NAME'), // dbname
            "odm.connection.options" => array('connect' => TRUE), // connection options
            "odm.proxy_dir" => __DIR__ . "/Proxy", // Proxy dir
            "odm.driver.configs" => array(
                "default" => array(
                    "namespace" => "Entity", // Entity Namespace
                    "path" => __DIR__ . "/Entity", // Entity Directory
                    "type" => "annotations" // Metadata driver ( 'yaml','xml' or 'annotations' )
                )
            )
        ));

```

### CHANGE LOG

[](#change-log)

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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 ~9 days

Recently: every ~0 days

Total

16

Last Release

4712d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1152066?v=4)[mparaiso](/maintainers/Mparaiso)[@Mparaiso](https://github.com/Mparaiso)

---

Tags

ormdoctrineextensionssilex

### Embed Badge

![Health badge](/badges/mparaiso-doctrineodmserviceprovider/health.svg)

```
[![Health](https://phpackages.com/badges/mparaiso-doctrineodmserviceprovider/health.svg)](https://phpackages.com/packages/mparaiso-doctrineodmserviceprovider)
```

###  Alternatives

[gedmo/doctrine-extensions

Doctrine behavioral extensions

4.1k126.5M465](/packages/gedmo-doctrine-extensions)[beberlei/doctrineextensions

A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.

2.1k81.2M199](/packages/beberlei-doctrineextensions)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58926.6M60](/packages/scienta-doctrine-json-functions)[dflydev/doctrine-orm-service-provider

Doctrine ORM Service Provider

2061.8M36](/packages/dflydev-doctrine-orm-service-provider)[pumukit/pumukit

Media Portal

6014.8k56](/packages/pumukit-pumukit)[neutron/mongo-odm-silex-provider

MongoODM Silex service provider

3515.8k](/packages/neutron-mongo-odm-silex-provider)

PHPackages © 2026

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