fcpauldiaz/mongodb-odm-bundle

Symfony2 Doctrine MongoDB Bundle

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 236

Type:symfony-bundle

3.1.1 2016-05-06 20:05 UTC

README

This bundle integrates the Doctrine2 MongoDB Object Document Mapper (ODM) library into Symfony so that you can persist and retrieve objects to and from MongoDB.

Build Status

Documentation on how to install and use this bundle is available in the Symfony2 documentation.

Compatibility

The current version of this bundle has the following requirements:

  • PHP 5.5 or 5.6
  • MongoDB driver version 1.5 or newer (ext-mongodb is not supported)
  • Symfony 2.7 or newer is required

Support for older Symfony, PHP and MongoDB versions is provided via the 3.0.x releases (tracked in the 3.0 branch). This version sees bug and security fixes only.