DoctrineBundle

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

Github stars Tracking Chart

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文件夹中找到。

Overview

Name With Ownerdoctrine/DoctrineBundle
Primary LanguagePHP
Program languagePHP (Language Count: 2)
PlatformBSD, Linux, Mac, Windows
License:MIT License
Release Count117
Last Release Name2.12.0 (Posted on 2024-03-19 07:22:17)
First Release Namev1.0.0-beta1 (Posted on )
Created At2011-11-17 19:25:50
Pushed At2024-05-17 14:15:02
Last Commit At
Stargazers Count4.7k
Watchers Count49
Fork Count447
Commits Count2.3k
Has Issues Enabled
Issues Count798
Issue Open Count10
Pull Requests Count718
Pull Requests Open Count4
Pull Requests Close Count238
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top