A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
The Laravel MongoDB package is designed to add functionalities to the Eloquent model and Query Builder for MongoDB. It uses the original Laravel API, extending the original Laravel classes to provide the same methods. With compatibility for Laravel 10.x and older versions available, this package offers seamless integration for users wanting to work with MongoDB in a Laravel application.
mongodb/laravel-mongodb
due to ownership transfer to MongoDB, Inc.Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.