mongodb-bundle icon indicating copy to clipboard operation
mongodb-bundle copied to clipboard

Bundle service integration of official mongodb/mongo-php-library

Facile.it MongoDB Bundle

This bundle integrates the official mongodb/mongo-php-library driver library (mongodb/mongodb on packagist) with your Symfony app.

PHP MongoDB ext-mongodb Flex Support

Latest Stable Version Latest Unstable Version Total Downloads License

CI Static analysis codecov

Features

  • Provide instances of MongoDB\Database as 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

Resources

  • Documentation
  • Upgrading notes
  • Contribution guidelines