facile-it / mongodb-bundle
Bundle service integration of official [mongodb/mongo-php-library](https://github.com/mongodb/mongo-php-library) driver library
Installs: 75 812
Dependents: 1
Suggesters: 0
Security: 0
Stars: 32
Watchers: 32
Forks: 17
Open Issues: 6
Type:symfony-bundle
Requires
- php: ^7.2 || ^8.0
- ext-mongodb: ^1.1.5
- mongodb/mongodb: ^1.0
- symfony/framework-bundle: ^3.4 || ^4.3 || ^5.0 || ^6.0
Requires (Dev)
- facile-it/facile-coding-standard: ^0.4.0
- jangregor/phpstan-prophecy: ^0.8.1
- matthiasnoback/symfony-dependency-injection-test: ^4
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^0.12.88
- phpunit/phpunit: ^8.5.14
- symfony/console: ^3.4 || ^4.3 || ^5.0 || ^6.0
- symfony/phpunit-bridge: ^6.0
- symfony/web-profiler-bundle: ^3.4 || ^4.3 || ^5.0 || ^6.0
Suggests
- symfony/console: Enables console commands
- symfony/web-profiler-bundle: Enables profiling of mongodb queries
- dev-master / 1.x-dev
- 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/facile-it/facile-coding-standard-tw-0.5.2
- 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: 2023-01-23 11:30:25 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