laraxgram / mongodb
A MongoDB based Eloquent model and Query builder for LaraGram.
v1.0.2
2025-08-17 20:05 UTC
Requires
- php: ^8.2
- ext-ctype: *
- ext-mongodb: ^1.21|^2
- laraxgram/core: ^3.0
- laraxgram/tempora: ^1.0
- mongodb/mongodb: ^1.21|^2
This package is not auto-updated.
Last update: 2025-09-15 18:50:22 UTC
README
This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original LaraGram API. This library extends the original LaraGram classes, so it uses exactly the same methods.
It is compatible with LaraGram 3.x.
Note
This package has been completely rewritten from the official mongodb/laravel-mongodb version.