facile-it / mongodb-bundle
Bundle service integration of official [mongodb/mongo-php-library](https://github.com/mongodb/mongo-php-library) driver library
Package info
github.com/facile-it/mongodb-bundle
Type:symfony-bundle
pkg:composer/facile-it/mongodb-bundle
2.0.0
2026-01-14 21:34 UTC
Requires
- php: ^8.1
- ext-mongodb: ^1.12.0 || ^2.0
- mongodb/mongodb: ^1.5 || ^2.0
- symfony/framework-bundle: ^5.4 || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- facile-it/facile-coding-standard: 1.4.1
- jangregor/phpstan-prophecy: 2.2.0
- matthiasnoback/symfony-dependency-injection-test: ^4 || ^5 || ^6
- phpspec/prophecy: ^1.17
- phpspec/prophecy-phpunit: ^2.0
- phpstan/extension-installer: 1.4.3
- phpstan/phpstan: 2.1.33
- phpstan/phpstan-symfony: 2.0.9
- phpunit/phpunit: ^9.6.13 || ^10.5.27
- rector/rector: 2.2.11
- symfony/browser-kit: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/console: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/dom-crawler: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/monolog-bundle: *
- symfony/phpunit-bridge: ^7.0
- symfony/routing: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/web-profiler-bundle: ^5.4 || ^6.0 || ^7.0 || ^8.0
Suggests
- symfony/console: Enables console commands
- symfony/web-profiler-bundle: Enables profiling of mongodb queries
This package is auto-updated.
Last update: 2026-06-10 09:19:20 UTC
README
This bundle integrates the official mongodb/mongo-php-library driver library (mongodb/mongodb on packagist) with your Symfony app.
Features
- Provide instances of
MongoDB\Databaseas services for your Symfony app. - Add a query profiling section to the profiler toolbar.
- Capability for loading data fixtures.
Try it now!
composer require facile-it/mongodb-bundle