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

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

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

PHP Active Record ORM

排名更新于 2026年6月30日

For PHP 的 Active-Record ORM, the strongest matches are mongodb/laravel-mongodb (This repository brings MongoDB support to Laravel's Eloquent, giving), yiisoft/yii2 (Yii2 ships with a mature Active Record ORM that) and jenssegers/laravel-mongodb (This MongoDB Eloquent ORM for Laravel implements the Active). illuminate/database is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

实现用于数据库交互和对象关系映射的 Active Record 模式的 PHP 库。

PHP Active Record ORM

用 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 repository brings MongoDB support to Laravel's Eloquent, giving you Active Record model mapping, CRUD methods, query building, associations, and callbacks—exactly what you'd expect from a PHP Active Record ORM, though tailored for NoSQL rather than relational databases.

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

    yiisoft/yii2

    14,298在 GitHub 上查看↗

    Yii2 is a professional PHP web framework designed for developing high-performance, scalable enterprise web applications. It utilizes a Model-View-Controller architecture to separate data logic, user interfaces, and request handling, ensuring maintainability for large-scale projects. The framework includes a built-in PHP code generator that automates the creation of boilerplate controllers and models by scanning database schemas. It provides an Active Record object-relational mapping system where classes represent tables and instances represent rows to manage data persistence. Additional capa

    Yii2 ships with a mature Active Record ORM that maps tables to classes, provides CRUD methods, migration support, a query builder, associations (hasMany, belongsTo), validation/callbacks, and lazy/eager loading, so it squarely delivers everything the visitor needs even though it comes inside a full web framework.

    PHPActive-Record ORMs
    在 GitHub 上查看↗14,298
  • 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 MongoDB Eloquent ORM for Laravel implements the Active Record pattern with model mapping, CRUD, and query builder features, making it a valid ORM for PHP, though its NoSQL focus means it lacks relational table-mapping and traditional migration support.

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

    illuminate/database

    2,766在 GitHub 上查看↗

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

    Illuminate Database provides Eloquent, a full-featured Active Record ORM for PHP with table mapping, CRUD, query builder, migrations, associations, and lazy/eager loading—perfectly matching your requirement for an ORM implementing the Active Record pattern.

    PHPDatabase Interaction
    在 GitHub 上查看↗2,766

Related searches

  • an object relational mapper for PHP
  • Go 语言 ORM 与查询构建器
  • an open source ORM for relational databases
  • ORM、查询构建器与数据访问
  • 支持迁移功能的 Go ORM
  • an object relational mapping library for Dart
  • an object relational mapping library for Java
  • an object relational mapper for C#