facile-it / mongodb-bundle
Bundle service integration of official [mongodb/mongo-php-library](https://github.com/mongodb/mongo-php-library) driver library
Installs: 116 601
Dependents: 1
Suggesters: 0
Security: 0
Stars: 36
Watchers: 30
Forks: 17
Open Issues: 9
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- ext-mongodb: ^1.6
- mongodb/mongodb: ^1.5
- symfony/framework-bundle: ^4.4 || ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- facile-it/facile-coding-standard: 1.2.0
- jangregor/phpstan-prophecy: 1.0.2
- 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: 1.12.5
- phpunit/phpunit: ^9.6.13 || ^10.5.27
- rector/rector: ^1.0.3
- symfony/browser-kit: ^4.4 || ^5.0 || ^6.0 || ^7.0
- symfony/console: ^4.4 || ^5.0 || ^6.0 || ^7.0
- symfony/dom-crawler: ^4.4 || ^5.0 || ^6.0 || ^7.0
- symfony/monolog-bundle: *
- symfony/phpunit-bridge: ^7.0
- symfony/routing: ^4.4 || ^5.0 || ^6.0 || ^7.0
- symfony/web-profiler-bundle: ^4.4 || ^5.0 || ^6.0 || ^7.0
Suggests
- symfony/console: Enables console commands
- symfony/web-profiler-bundle: Enables profiling of mongodb queries
- dev-master / 1.x-dev
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 1.0.0-BETA
- 1.0.0-ALPHA2
- 1.0.0-ALPHA1
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.6.0-BETA3
- 0.6.0-BETA2
- 0.6.0-BETA1
- 0.5.0
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1
- dev-dependabot/composer/phpstan/phpstan-1.12.7
- dev-allow_customizing_URI_options_more
- dev-php-8.4
- dev-dependabot/composer/phpunit/phpunit-tw-11.3.1
- dev-allow-php-8
- dev-starred-com/master
- dev-psalm_try
- dev-fix_authsource
- dev-fix_#96_add_version_to_test
- dev-0.7.x-dev
- dev-1812_38_webdev_env
This package is auto-updated.
Last update: 2024-10-21 12:53:45 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\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