PHPackages                             myurasov/silex-mongodb-provider - 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. myurasov/silex-mongodb-provider

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

myurasov/silex-mongodb-provider
===============================

MongoDB provider for Silex applications

v0.1.0(10y ago)1114WTFPLPHPPHP &gt;=5.4

Since Aug 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/myurasov/silex-mongodb-provider)[ Packagist](https://packagist.org/packages/myurasov/silex-mongodb-provider)[ Docs](https://github.com/myurasov/silex-mongodb-provider)[ RSS](/packages/myurasov-silex-mongodb-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

MongoDB Provider for Silex Applications
=======================================

[](#mongodb-provider-for-silex-applications)

Installation with Composer
--------------------------

[](#installation-with-composer)

Add the following line to your *composer.json* **require** section:

```
"myurasov/silex-mongodb-provider": "*"

```

Or do

`composer require myurasov/silex-mongodb-provider`

Service Registration
--------------------

[](#service-registration)

```
$app->register(new MongoClientProvider(), [config options]);

```

Then `$app['mongodb.mongo_client']` service becomes available.

Confuguration Options
---------------------

[](#confuguration-options)

```
$app['mongodb.mongo_client_options'] = [
    'server' => ,
    'options' => ,
    'driver_options' =>
];

$app['mongodb.db'] = ;

```

See  for more info on parameters above.

License
-------

[](#license)

[WTFPL](http://www.wtfpl.net/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ee4fee1bd3c548c326e2066b66ffe61c762bfb7c997017ce8e6623a9c702fad?d=identicon)[mym](/maintainers/mym)

---

Top Contributors

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

---

Tags

providermongodbsilexmongo

### Embed Badge

![Health badge](/badges/myurasov-silex-mongodb-provider/health.svg)

```
[![Health](https://phpackages.com/badges/myurasov-silex-mongodb-provider/health.svg)](https://phpackages.com/packages/myurasov-silex-mongodb-provider)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[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)[sonata-project/doctrine-mongodb-admin-bundle

Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle

68839.2k3](/packages/sonata-project-doctrine-mongodb-admin-bundle)[moriony/silex-mongo-provider

Mongo service provider for the Silex framwork.

118.5k](/packages/moriony-silex-mongo-provider)

PHPackages © 2026

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