Skip to content

doctrine/orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8b7afe · Apr 9, 2013
Mar 17, 2013
Apr 8, 2013
Apr 9, 2013
Apr 6, 2013
Nov 16, 2012
Jan 19, 2013
Mar 7, 2013
Feb 15, 2013
Feb 14, 2013
Nov 17, 2012
May 26, 2012
Dec 14, 2012
Apr 6, 2013
Dec 20, 2011
Aug 27, 2011
May 22, 2012
Mar 24, 2013
Jan 29, 2013
Mar 11, 2013
Mar 11, 2013

Repository files navigation

Doctrine 2 ORM

Master: Build Status 2.3: Build Status 2.2: Build Status 2.1: Build Status

Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.2+ 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 Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.

More resources: