Search by

mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

Installs: 5 834 663

Dependents: 75

Suggesters: 7

Security: 0

Stars: 7 094

Watchers: 168

Forks: 1 446

pkg:composer/mongodb/laravel-mongodb

5.5.02025-08-12 05:06 UTC

Requires

Suggests

Provides

None

Conflicts

Replaces

MIT c483b99a69ea9916d17719b86e7e5ea2f8b44c8a

  • Andreas Braun<andreas.braun.woop@mongodb.com>
  • Pauline Vos<pauline.vos.woop@mongodb.com>
  • Jérôme Tamarelle<jerome.tamarelle.woop@mongodb.com>
  • Jeremy Mikola<jmikola.woop@gmail.com>
  • Jens Segers

databasemongodbmongomodellaraveleloquent

This package is auto-updated.

Last update: 2025-11-24 21:16:05 UTC


README

Latest Stable VersionTotal DownloadsBuild Status

This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API.This library extends the original Laravel classes, so it uses exactly the same methods.

This package was renamed tomongodb/laravel-mongodb because of a transfer of ownership to MongoDB, Inc.It is compatible with Laravel 10.x. For older versions of Laravel, please refer to theold versions.

Documentation

Release Integrity

Releases are created automatically and the resulting release tag is signed usingthePHP team's GPG key. To verify thetag signature, download the key and import it usinggpg:

gpg --import php-driver.asc

Then, in a local clone, verify the signature of a given tag (e.g.4.4.0):

git show --show-signature 4.4.0

Note

Composer does not support verifying signatures as part of its installationprocess.

Reporting Issues

Think you’ve found a bug in the library? Want to see a new feature? Please open a case in our issue management tool, JIRA:

Note: All reported issues in JIRA project are public.

For general questions and support requests, please use one of MongoDB'sTechnical Support channels.

Security Vulnerabilities

If you've identified a security vulnerability in a driver or any other MongoDBproject, please report it according to the instructions inCreate a Vulnerability Report.

Development

Development is tracked in thePHPORM project in MongoDB'sJIRA. Documentation for contributing to this project may be found inCONTRIBUTING.md.