Laravel Mongodb

screenshot of Laravel Mongodb
laravel

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

Overview:

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.

Features:

  • Eloquent Model Enhancement: Extends Eloquent model for seamless MongoDB integration.
  • Query Builder Support: Enhances Query Builder to work with MongoDB.
  • Compatibility with Laravel 10.x: Works seamlessly with the latest Laravel version.
  • Ownership Transfer: Renamed to mongodb/laravel-mongodb due to ownership transfer to MongoDB, Inc.
  • Automated Release Process: Releases are created automatically with signed tags for integrity verification.
  • Issue Management: Users can report bugs or suggest features using JIRA.
  • Security Vulnerability Reporting: Clear instructions provided for reporting security vulnerabilities.
  • Contribution Guidelines: Detailed documentation available for contributing to the project.
laravel
Laravel

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.