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.