awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jenssegers avatar

jenssegers/laravel-mongodb

0
View on GitHub↗
7,075 نجوم·1,439 تفرعات·PHP·MIT·13 مشاهداتwww.mongodb.com/docs/drivers/php/laravel-mongodb↗

Laravel Mongodb

This project is a MongoDB Eloquent ORM and NoSQL query builder for the Laravel framework. It provides an active record implementation that maps MongoDB collections and documents to programmable models for data manipulation.

The system enables schemaless data management, allowing applications to handle dynamic data structures without the need for rigid database migrations or predefined tables. It integrates MongoDB into Laravel applications to store and retrieve flexible document data using standard PHP patterns.

The library covers document store querying and Eloquent model mapping, utilizing a fluent interface to construct and execute database queries without requiring raw query language.

Features

  • Eloquent ORM Mappings - Implements the Laravel Eloquent active record pattern to manage MongoDB documents as object-oriented models.
  • BSON Mappings - Converts BSON documents from MongoDB into model instances for typed data handling.
  • Data-to-Model Mappers - Transforms raw MongoDB documents into typed model objects using the active record pattern.
  • Document Database Modeling - Maps MongoDB document structures to an object-oriented model system for seamless data manipulation.
  • Document Stores - Enables the execution of complex queries against a NoSQL document store using a fluent interface.
  • Dynamic Schema Storage - Enables the use of unstructured data by mapping arbitrary database fields to model attributes without predefined schemas.
  • Fluent Query Builders - Provides a chainable, functional interface for programmatically constructing complex MongoDB queries.
  • NoSQL Databases - Integrates MongoDB into Laravel applications to store and retrieve flexible, non-relational document data.
  • Active-Record ORMs - Uses an active record ORM implementation to map MongoDB collections to programmable models.
  • MongoDB Eloquent Adapters - Provides a MongoDB database adapter for the Laravel framework with full Eloquent model and query builder support.
  • Schemaless Data Stores - Provides a storage model that allows for dynamic data structures without the need for rigid migrations.
  • Query Translators - Translates standard query builder commands into MongoDB-specific aggregation and filter operations.
  • Databases and ORMs - Adds MongoDB support to Eloquent.

سجل النجوم

مخطط تاريخ النجوم لـ jenssegers/laravel-mongodbمخطط تاريخ النجوم لـ jenssegers/laravel-mongodb

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Laravel Mongodb

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Laravel Mongodb.
  • mongodb/laravel-mongodbالصورة الرمزية لـ mongodb

    mongodb/laravel-mongodb

    7,075عرض على GitHub↗

    This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel Eloquent model and query builder. It provides a NoSQL model mapper that allows MongoDB collections to be mapped to object-oriented models using the Active Record pattern. The integration enables the use of a fluent query builder for constructing queries and aggregation pipelines without writing raw database syntax. It supports schema-less model integration, allowing applications to manage unstructured data while maintaining compatibility with standard object-oriented patterns. Th

    PHP
    عرض على GitHub↗7,075
  • seaql/sea-ormالصورة الرمزية لـ SeaQL

    SeaQL/sea-orm

    9,410عرض على GitHub↗

    Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly typed objects. It provides a relational database mapper for performing CRUD operations across MySQL, PostgreSQL, and SQLite, and includes a programmatic dynamic query builder for constructing complex SQL statements. The project distinguishes itself by providing a GraphQL schema generator that transforms database entities into typed schemas with built-in pagination and filters. It also features a dedicated database migration tool for defining and applying versioned schema chan

    Rustdatabasehacktoberfestloco
    عرض على GitHub↗9,410
  • louischatriot/nedbالصورة الرمزية لـ louischatriot

    louischatriot/nedb

    13,540عرض على GitHub↗

    NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate

    JavaScript
    عرض على GitHub↗13,540
  • alexeymezenin/laravel-best-practicesالصورة الرمزية لـ alexeymezenin

    alexeymezenin/laravel-best-practices

    12,299عرض على GitHub↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    عرض على GitHub↗12,299
عرض جميع البدائل الـ 30 لـ Laravel Mongodb→

الأسئلة الشائعة

ما هي وظيفة jenssegers/laravel-mongodb؟

This project is a MongoDB Eloquent ORM and NoSQL query builder for the Laravel framework. It provides an active record implementation that maps MongoDB collections and documents to programmable models for data manipulation.

ما هي الميزات الرئيسية لـ jenssegers/laravel-mongodb؟

الميزات الرئيسية لـ jenssegers/laravel-mongodb هي: Eloquent ORM Mappings, BSON Mappings, Data-to-Model Mappers, Document Database Modeling, Document Stores, Dynamic Schema Storage, Fluent Query Builders, NoSQL Databases.

ما هي البدائل مفتوحة المصدر لـ jenssegers/laravel-mongodb؟

تشمل البدائل مفتوحة المصدر لـ jenssegers/laravel-mongodb: mongodb/laravel-mongodb — This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel… seaql/sea-orm — Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly… isar/isar — Isar is a type-safe, ACID-compliant local NoSQL document store designed for high-performance data storage and… louischatriot/nedb — NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory… alexeymezenin/laravel-best-practices — This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable… azat-co/practicalnode — Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side…