https://github.com/facile-it/mongodb-bundle
Bundle service integration of official mongodb/mongo-php-library
https://github.com/facile-it/mongodb-bundle
database hacktoberfest mongodb php symfony-bundle
Last synced: 8 months ago
JSON representation
Bundle service integration of official mongodb/mongo-php-library
- Host: GitHub
- URL: https://github.com/facile-it/mongodb-bundle
- Owner: facile-it
- License: mit
- Created: 2016-06-23T17:58:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T14:15:39.000Z (9 months ago)
- Last Synced: 2025-03-27T01:50:02.772Z (8 months ago)
- Topics: database, hacktoberfest, mongodb, php, symfony-bundle
- Language: PHP
- Homepage:
- Size: 813 KB
- Stars: 37
- Watchers: 29
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/Contributing.md
- License: LICENSE.MD
Awesome Lists containing this project
- awesome-mongodb - MongoDB Bundle - Integration of the official library with Symfony, without ORM (Libraries / PHP)
README
# Facile.it MongoDB Bundle
This bundle integrates the official [mongodb/mongo-php-library] driver library ([mongodb/mongodb] on packagist)
with your Symfony app.
[](https://img.shields.io/badge/php-%5E7.0-blue.svg)
[](https://img.shields.io/badge/MongoDB-%5E3.0-lightgrey.svg)
[](https://img.shields.io/badge/ext_mongodb-%5E1.6.0-orange.svg)
[]()
[](https://packagist.org/packages/facile-it/mongodb-bundle)
[](https://packagist.org/packages/facile-it/mongodb-bundle) [](https://packagist.org/packages/facile-it/mongodb-bundle)
[](https://packagist.org/packages/facile-it/mongodb-bundle)
[](https://github.com/facile-it/mongodb-bundle/actions/workflows/ci.yaml)
[](https://github.com/facile-it/mongodb-bundle/actions/workflows/static-analysis.yaml)
[](https://codecov.io/gh/facile-it/mongodb-bundle)
[mongodb/mongo-php-library]: https://github.com/mongodb/mongo-php-library
[mongodb/mongodb]: https://packagist.org/packages/mongodb/mongodb
## Features
- Provide instances of `MongoDB\Database` as [services](docs/Documentation.md#database-as-a-service) for your Symfony app.
- Add a [query profiling](docs/Documentation.md#query-profiling) section to the profiler toolbar.
- Capability for loading [data fixtures](docs/Documentation.md#fixtures).
Try it now!
composer require facile-it/mongodb-bundle
## Resources
- [Documentation](docs/Documentation.md)
- [Upgrading notes](docs/Upgrade.md)
- [Contribution guidelines](docs/Contributing.md)