Skip to content
EntityQ1233953· pop 12· linked from 62 articles

object-relational mapping for PHP

Source code

Doctrine ORM is an object-relational mapper for PHP 8.1+ that provides transparent persistence for PHP objects. It 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 Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.

Excerpt from the source-code README · 4,020 chars · not written by Vinony

Wikidata facts

Official website
www.doctrine-project.org
Show 4 more facts
software version identifier
3.6.3
inception
2006-04-13
source code repository URL
github.com/doctrine/orm
Sources (6)

via Wikidata · CC0

Available in 11 languages

via Wikidata sitelinks · CC0

Connections

Categories