awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

PHP ORM Libraries

排名更新于 2026年7月13日

For an object relational mapper for PHP, the strongest matches are mongodb/laravel-mongodb (This library provides an Active Record implementation for MongoDB), jenssegers/laravel-mongodb (This library provides an Active Record implementation and query) and laravel/framework (This is a full-stack web framework that includes Eloquent). doctrine/orm and illuminate/database round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best php orm libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

PHP ORM Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mongodb/laravel-mongodbmongodb 的头像

    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

    This library provides an Active Record implementation for MongoDB within the Laravel ecosystem, serving as a specialized ORM for document-based data rather than traditional relational databases.

    PHPActive-Record ORMsActive Record MappersFluent Query Builders
    在 GitHub 上查看↗7,075
  • jenssegers/laravel-mongodbjenssegers 的头像

    jenssegers/laravel-mongodb

    7,075在 GitHub 上查看↗

    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

    This library provides an Active Record implementation and query builder specifically for integrating MongoDB with Laravel, serving as a specialized ORM for NoSQL document stores rather than traditional relational databases.

    PHPActive-Record ORMsFluent Query Builders
    在 GitHub 上查看↗7,075
  • laravel/frameworklaravel 的头像

    laravel/framework

    34,774在 GitHub 上查看↗

    This project is a full-stack web framework that provides a comprehensive environment for building server-side applications. It utilizes a model-view-controller architecture to separate application logic into distinct layers for data management, user interface presentation, and request handling. The platform manages the entire request-response lifecycle, including security, session handling, and background task processing, while using an object-relational mapping layer to translate database records into programmable objects. The framework distinguishes itself through a central service containe

    This is a full-stack web framework that includes Eloquent, a robust ORM that implements the Active Record pattern, query building, and database migrations, though it is part of a larger ecosystem rather than a standalone library.

    PHPDatabase MigrationsQuery Builders
    在 GitHub 上查看↗34,774
  • doctrine/ormdoctrine 的头像

    doctrine/orm

    10,172在 GitHub 上查看↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    Doctrine is the industry-standard PHP ORM that implements the Data Mapper pattern, provides a powerful query builder, and includes robust support for migrations and complex relationship mapping.

    PHPDatabase Schema Migrations
    在 GitHub 上查看↗10,172
  • illuminate/databaseilluminate 的头像

    illuminate/database

    2,766在 GitHub 上查看↗

    READ ONLY Subtree split of the Illuminate Database component (see laravel/framework)

    This is the standalone database component from the Laravel framework, providing a robust query builder, active record implementation, and migration support that functions as a comprehensive ORM for PHP applications.

    PHPDatabase Interaction
    在 GitHub 上查看↗2,766
  • cycle/ormcycle 的头像

    cycle/orm

    1,328在 GitHub 上查看↗

    PHP DataMapper, ORM

    Cycle ORM is a powerful Data Mapper implementation for PHP that provides robust relationship mapping, a fluent query builder, and database schema management, making it a comprehensive tool for database interaction.

    PHPDatabase Interaction
    在 GitHub 上查看↗1,328
  • cakephp/ormcakephp 的头像

    cakephp/orm

    149在 GitHub 上查看↗

    READ-ONLY A flexible, lightweight and powerful Object-Relational Mapper for PHP, implemented using the DataMapper pattern. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp

    This library provides a robust implementation of the Data Mapper pattern for PHP, offering comprehensive relationship mapping and query building capabilities as a standalone component of the CakePHP framework.

    PHPDatabase Interaction
    在 GitHub 上查看↗149

Related searches

  • an object relational mapping library for Java
  • PHP 的 Active-Record ORM
  • an object relational mapper for C#
  • an object relational mapping library for Dart
  • an object relational mapping library for Kotlin
  • an object relational mapper for Rust
  • ORM、查询构建器与数据访问
  • Go 语言 ORM 与查询构建器