Index of /contao/vendor/doctrine/doctrine-bundle

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]Command/ 2020-11-16 15:51 -  
[   ]ConnectionFactory.php 2020-11-16 16:01 6.1K 
[DIR]Controller/ 2020-11-16 15:51 -  
[DIR]DataCollector/ 2020-11-16 15:51 -  
[DIR]Dbal/ 2020-11-16 15:51 -  
[DIR]DependencyInjection/ 2020-11-16 15:51 -  
[   ]DoctrineBundle.php 2020-11-16 16:01 5.1K 
[TXT]LICENSE 2020-11-16 16:01 1.1K 
[   ]ManagerConfigurator.php2020-11-16 16:01 1.8K 
[DIR]Mapping/ 2020-11-16 15:51 -  
[   ]Registry.php 2020-11-16 16:01 5.8K 
[DIR]Repository/ 2020-11-16 15:51 -  
[DIR]Resources/ 2020-11-16 15:51 -  
[DIR]Twig/ 2020-11-16 15:51 -  
[TXT]UPGRADE-1.11.md 2020-11-16 16:01 1.1K 
[TXT]UPGRADE-1.12.md 2020-11-16 16:01 2.4K 
[TXT]UPGRADE-2.0.md 2020-11-16 16:01 2.9K 
[   ]composer.json 2020-11-16 16:01 2.5K 
[   ]phpcs.xml.dist 2020-11-16 16:01 2.8K 

# Doctrine Bundle

Doctrine DBAL & ORM Bundle for the Symfony Framework.

Build Status: [![Build Status](https://travis-ci.org/doctrine/DoctrineBundle.svg?branch=master)](https://travis-ci.org/doctrine/DoctrineBundle)

## 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](http://symfony.com/doc/master/bundles/DoctrineBundle/index.html).
The source of the documentation is available in the Resources/docs folder.