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.The Laravel MongoDB package is a valuable addition for developers looking to integrate MongoDB functionalities seamlessly into their Laravel applications. With enhanced Eloquent model support, Query Builder compatibility, and clear documentation, this package provides a convenient solution for working with MongoDB databases within the Laravel framework. Its automated release process, issue management through JIRA, and security vulnerability reporting guidelines further enhance its usability and reliability for developers.
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.