Skip to content

doctrine/DoctrineBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c5cedb · Aug 12, 2015
May 28, 2015
Jan 19, 2015
Oct 4, 2014
Jul 17, 2015
Aug 12, 2015
Jul 20, 2015
Aug 12, 2015
Apr 24, 2015
Feb 12, 2012
Jul 30, 2015
Aug 12, 2015
Jan 12, 2013
Jan 9, 2015
Nov 17, 2011
Oct 4, 2014
May 5, 2015
Jan 12, 2013
May 29, 2015
Jan 25, 2015

Repository files navigation

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.