emulienfou / mongodb-pack
A pack for the Doctrine MongoDB ODM
Installs: 24
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:symfony-pack
Requires
- php: ^7.2
- doctrine/mongodb-odm: ^2.0
- doctrine/mongodb-odm-bundle: ^4.0
Provides
This package is auto-updated.
Last update: 2023-07-04 06:38:22 UTC
README
To be able to use this symfony-pack, you must follow the instruction.
Since the legacy driver (referred to as ext-mongo
) is not available on PHP 7, you will need the new driver
(ext-mongodb
) installed and use a polyfill to provide the API of the legacy driver.
Provide virtual packages
This pack also provide 2 virtual packages who can be used to require a doctrine database support:
doctrine/implementation
doctrine/mongodb-implementation