DoctrineBundle

Doctrine ORM和DBAL 的 Symfony Bundle。(Symfony Bundle for Doctrine ORM and DBAL.)

Github星跟蹤圖

Doctrine Bundle

Symfony框架的Doctrine DBAL和ORM Bundle。

什么是Doctrine?

Doctrine 项目是一组选定的PHP库的主页,主要侧重于提供持久性 服务和相关功能。其获奖的项目是一个对象关系映射器和它建立在它之上的数据库抽象层。 您可以阅读以下项目的更多信息或查看所有项目的列表。

PHP的对象关系映射器(ORM),位于强大的数据库抽象层(DBAL)之上。 其主要功能之一是以Hibernates HQL为灵感,以面向专有对象的SQL方言编写数据库查询的选项,称为Doctrine查询语言(DQL)。 这为开发人员提供了强大的SQL替代方案,可以保持灵活性,而不需要不必要的代码重复。

DBAL是一个功能强大的数据库抽象层,具有许多用于数据库模式内省,模式管理和PDO抽象的功能。

文档

文档在 symfony.com网站上呈现。 文档的来源可以在Resources/docs文件夹中找到。

主要指標

概覽
名稱與所有者doctrine/DoctrineBundle
主編程語言PHP
編程語言PHP (語言數: 2)
平台BSD, Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2011-11-17 19:25:50
推送於2025-06-05 21:23:41
最后一次提交
發布數123
最新版本名稱2.14.0 (發布於 2025-03-22 17:29:25)
第一版名稱v1.0.0-beta1 (發布於 )
用户参与
星數4.8k
關注者數49
派生數454
提交數2.4k
已啟用問題?
問題數827
打開的問題數19
拉請求數757
打開的拉請求數3
關閉的拉請求數246
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Doctrine Bundle

Doctrine DBAL & ORM Bundle for the Symfony Framework.

Build Status: Build Status

What is Doctrine?

The Doctrine Project is the home of a selected set of PHP libraries primarily focused on providing persistence
services and related functionality. Its prize projects are a Object Relational Mapper and the Database Abstraction
Layer it is built on top of. You can read more about the projects below or view a list of all projects.

Object relational mapper (ORM) for PHP that sits on top of a powerful database abstraction layer (DBAL).
One of its key features is the option to write database queries in a proprietary object oriented SQL dialect
called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful
alternative to SQL that maintains flexibility without requiring unnecessary code duplication.

DBAL is a powerful database abstraction layer with many features for database schema introspection,
schema management and PDO abstraction.

Documentation

The documentation is rendered on the symfony.com website.
The source of the documentation is available in the Resources/docs folder.