Skip to content

doctrine/orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78e8887 · Apr 25, 2025
Mar 18, 2025
Mar 18, 2025
Apr 21, 2025
Apr 25, 2025
Apr 25, 2025
Oct 13, 2024
Dec 7, 2024
Jan 21, 2024
Jan 2, 2024
Jun 26, 2021
Oct 18, 2024
Jan 20, 2024
Feb 11, 2025
Mar 25, 2025
Oct 16, 2024
Jan 2, 2024
Dec 19, 2024
Apr 25, 2025
Mar 25, 2025
Dec 7, 2024
Mar 25, 2025
Mar 18, 2025
Mar 11, 2013

Repository files navigation

4.0.x 3.4.x 3.3.x 2.21.x 2.20.x
Build status Build status Build status Build status Build status
Coverage Status Coverage Status Coverage Status Coverage Status Coverage Status

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.

More resources: