zizaco / mongolid
Easy, powerful and ultrafast ODM for PHP and MongoDB.
Requires
- php: ^8.2
- ext-ctype: *
- ext-mongodb: ^1.20.0
- illuminate/container: ^12.60
- illuminate/support: ^12.60
- mongodb/mongodb: ^1.20.0
Requires (Dev)
- leroy-merlin-br/coding-standard: ^v3.1.0
- mockery/mockery: ^1.2
- phpunit/phpunit: ^11.5.50
Suggests
- leroy-merlin-br/mongolid-laravel: Easy, powerful and ultrafast MongoDB ODM for Laravel.
Provides
None
Conflicts
None
Replaces
None
- v4.x-dev
- v4.1.0
- v4.0.0-beta
- v3.x-dev
- v3.8.2
- v3.8.1
- v3.8
- v3.7
- v3.6
- v3.5
- v3.4
- v3.3-beta2
- v3.3.0-beta
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v2.x-dev
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- V2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v2.0.0-beta13
- v2.0.0-beta12
- v2.0.0-beta11
- v2.0.0-beta10
- v2.0.0-beta9
- v2.0.0-beta8
- v2.0.0-beta7
- v2.0.0-beta6
- v2.0.0-beta5
- v2.0.0-beta4
- v2.0.0-beta3
- v2.0.0-beta2
- v2.0.0-beta
- v0.8.1
- v0.8.0
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.5beta
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- dev-chore/upgrade-to-laravel-13
- dev-chore/update-mongodb-2.3
- dev-chore/improve-typing
- dev-build/update-deps
- dev-chore/updagrade-js
- dev-master / 4.0.x-dev
This package is auto-updated.
Last update: 2026-07-30 20:48:18 UTC
README
About Mongolid
Easy, powerful and ultrafast ODM for PHP 8.2+ built on top of the MongoDB PHP driver.
Mongolid supports ActiveRecord pattern.
Introduction
Mongolid ODM (Object Document Mapper) provides a beautiful, simple implementation for working with MongoDB. Each database collection can have a corresponding "Model" which is used to interact with that collection.
Note: This repository contains the core ODM package. If you are working with Laravel, take a look at the mongolid-laravel repository for framework integration.
Requirements
- PHP 8.2 or superior
- MongoDB Driver
Installation
You can install the library through Composer:
$ composer require leroy-merlin-br/mongolid
Documentation
You can access the full documentation here.
License
Mongolid is free software distributed under the terms of the MIT license.
Additional information
Made with ❤ by Leroy Merlin Brazil and all contributors.
If you have any questions, feel free to contact us.
If you have any issues, please report here.
