All Projects → doctrine → DoctrineMongoODMModule

doctrine / DoctrineMongoODMModule

Licence: MIT license
Laminas Module for Doctrine MongoDB ODM

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to DoctrineMongoODMModule

ErrorHeroModule
💎 A Hero for your Zend Framework/Laminas, and Expressive/Mezzio application to log ( DB and Mail ) and handle php errors & exceptions during Mvc process/between request and response
Stars: ✭ 47 (-43.37%)
Mutual labels:  doctrine, laminas
Mgm
Mongo Go Models (mgm) is a fast and simple MongoDB ODM for Go (based on official Mongo Go Driver)
Stars: ✭ 265 (+219.28%)
Mutual labels:  mongo, odm
doctrine-json-odm
JSON Object-Document Mapping bundle for Symfony and Doctrine
Stars: ✭ 15 (-81.93%)
Mutual labels:  doctrine, odm
Mongoengine
MongoEngine is a Python Object-Document Mapper for working with MongoDB. Documentation is available at https://mongoengine-odm.readthedocs.io - there is currently a tutorial, a user guide, and an API reference.
Stars: ✭ 3,632 (+4275.9%)
Mutual labels:  mongo, odm
derivejs
DeriveJS is a reactive ODM - Object Document Mapper - framework, a "wrapper" around a database, that removes all the hassle of data-persistence by handling it transparently in the background, in a DRY manner.
Stars: ✭ 54 (-34.94%)
Mutual labels:  mongo, odm
php-mongo-migrator
Migrations of MongoDB. Part of @PHPMongoKit
Stars: ✭ 29 (-65.06%)
Mutual labels:  mongo, odm
Doctrine Json Odm
An object document mapper for Doctrine ORM using JSON types of modern RDBMS.
Stars: ✭ 420 (+406.02%)
Mutual labels:  doctrine, odm
Php Mongo
MongoDB ODM. Part of @PHPMongoKit
Stars: ✭ 228 (+174.7%)
Mutual labels:  mongo, odm
Odmantic
Async ODM (Object Document Mapper) for MongoDB based on python type hints
Stars: ✭ 240 (+189.16%)
Mutual labels:  mongo, odm
petstore
A simple skeleton to build api's based on the chubbyphp-framework, mezzio (former zend-expressive) or slim.
Stars: ✭ 34 (-59.04%)
Mutual labels:  doctrine, odm
moongoon
An object-document mapper for MongoDB. 🌙
Stars: ✭ 41 (-50.6%)
Mutual labels:  mongo, odm
mongu
🌱 Yet another Python Object-Document Mapper on top of PyMongo. It's lightweight, intuitive to use and easy to understand.
Stars: ✭ 15 (-81.93%)
Mutual labels:  odm
java-toolkit
【Released】🛠Java常用的插件API整理以及基于JDK的一些方法封装库,能在不依赖大型框架下快速进行开发(亦可快速用于测试或者脚本类代码编写 - 含数据库相关)。
Stars: ✭ 13 (-84.34%)
Mutual labels:  mongo
doctrine-active-record
Object-oriented CRUD (create, read, update, delete) for Doctrine DBAL
Stars: ✭ 25 (-69.88%)
Mutual labels:  doctrine
mongodb-backup-manager
🌿 A Full-stack MongoDB Backup System.
Stars: ✭ 42 (-49.4%)
Mutual labels:  mongo
ak-cli
🔖 Collection of useful cli commands
Stars: ✭ 39 (-53.01%)
Mutual labels:  mongo
laminas-dependency-plugin
Replace zendframework and zfcampus packages with their Laminas Project equivalents.
Stars: ✭ 32 (-61.45%)
Mutual labels:  laminas
NLog.Mongo
MongoDB Target for NLog
Stars: ✭ 62 (-25.3%)
Mutual labels:  mongo
twbs-helper-module
Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap
Stars: ✭ 18 (-78.31%)
Mutual labels:  laminas
lounge
Simple Mongoose-inspired ODM for Couchbase.
Stars: ✭ 27 (-67.47%)
Mutual labels:  odm

Doctrine MongoDB ODM Module for Laminas

Build Status Code Coverage Latest Stable Version Total Downloads

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].