https://github.com/leroy-merlin-br/mongolid
Easy, powerful and ultrafast ODM for PHP and MongoDB
https://github.com/leroy-merlin-br/mongolid
hacktoberfest mongodb odm php
Last synced: about 2 months ago
JSON representation
Easy, powerful and ultrafast ODM for PHP and MongoDB
- Host: GitHub
- URL: https://github.com/leroy-merlin-br/mongolid
- Owner: leroy-merlin-br
- License: mit
- Created: 2013-05-01T20:27:54.000Z (about 12 years ago)
- Default Branch: v3.x
- Last Pushed: 2025-04-11T17:08:20.000Z (about 2 months ago)
- Last Synced: 2025-04-11T18:28:46.863Z (about 2 months ago)
- Topics: hacktoberfest, mongodb, odm, php
- Language: PHP
- Homepage:
- Size: 2.79 MB
- Stars: 110
- Watchers: 24
- Forks: 27
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://github.com/leroy-merlin-br/mongolid/actions/workflows/continuous-integration.yml)
![]()
![]()
![]()
![]()
![]()
## About Mongolid
Easy, powerful and ultrafast ODM for PHP 8.0+ build on top of the [new mongodb driver](https://docs.mongodb.org/ecosystem/drivers/php/).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:** If you are working with Laravel, take a look at [mongolid-laravel repository](https://github.com/leroy-merlin-br/mongolid-laravel).
## Requirements
- PHP **8.0** or superior
- [MongoDB Driver](http://php.net/manual/en/set.mongodb.php)## Installation
You can install the library through Composer:```
$ composer require leroy-merlin-br/mongolid
```## Documentation
You can access the full documentation [here](http://leroy-merlin-br.github.io/mongolid).## License
Mongolid is free software distributed under the terms of the [MIT license](LICENSE).## Additional information
Made with ❤ by [Leroy Merlin Brazil](https://github.com/leroy-merlin-br) and [all contributors](https://github.com/leroy-merlin-br/mongolid/graphs/contributors).If you have any questions, feel free to contact us.
If you have any issues, please [report here](https://github.com/leroy-merlin-br/mongolid/issues).