doctrine / doctrine-mongo-odm-module
Laminas Module which provides Doctrine MongoDB ODM functionality
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 604 425
Dependents: 38
Suggesters: 11
Security: 0
Stars: 83
Watchers: 20
Forks: 87
Open Issues: 0
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- ext-mongodb: *
- doctrine/cache: ^1.11 || ^2.0
- doctrine/doctrine-laminas-hydrator: ^3.3.0
- doctrine/doctrine-module: ^6.1.0
- doctrine/event-manager: ^1.2.0 || ^2.0.0
- doctrine/mongodb-odm: ^2.5.2
- laminas/laminas-eventmanager: ^3.10.0
- laminas/laminas-modulemanager: ^2.14.0
- laminas/laminas-mvc: ^3.6.1
- laminas/laminas-servicemanager: ^3.19.0
- laminas/laminas-stdlib: ^3.16.1
- symfony/console: ^5.4.26 || ^6.3.2
- symfony/var-dumper: ^5.4.26 || ^6.3.2
Requires (Dev)
- doctrine/coding-standard: ^12.0.0
- doctrine/persistence: ^2.5.7 || ^3.2.0
- jangregor/phpstan-prophecy: ^1.0.0
- laminas/laminas-developer-tools: ^2.8.0
- laminas/laminas-hydrator: ^4.13.0
- laminas/laminas-session: ^2.16.0
- phpspec/prophecy-phpunit: ^2.0.2
- phpstan/phpstan: ^1.10.26
- phpunit/phpunit: ^9.6.10
- vimeo/psalm: ^5.14.1
Suggests
- laminas/laminas-developer-tools: laminas-developer-tools if you want to profile operations executed by the ODM during development
- laminas/laminas-form: if you want to use form elements backed by Doctrine
- 5.2.x-dev
- 5.1.x-dev
- 5.1.0
- 5.0.x-dev
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.3.x-dev
- 4.3.0
- 4.2.x-dev
- 4.2.0
- 4.1.x-dev
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.1
- 4.0.0
- 3.2.x-dev
- 3.2.0
- 3.1.x-dev
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.x-dev
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- 0.11.0
- 0.10.0
- 0.9.1
- 0.9.0
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2024-11-03 22:16:08 UTC
README
The DoctrineMongoODMModule leverages DoctrineModule and integrates Doctrine MongoDB ODM with Laminas quickly and easily. The following features are intended to work out of the box:
- MongoDB support
- Multiple document managers
- Multiple connections
- Support for using existing
Mongo
connections - Doctrine CLI support
Installation
Run the following to install this library using Composer:
composer require doctrine/doctrine-mongo-odm-module
Documentation
Please check the documentation on the Doctrine website for more detailed information on features provided by this component. The source files for the documentation can be found in the docs directory.