Index of /lpage-fluessiggas/vendor/doctrine/doctrine-bundle

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]Attribute/ 2023-04-17 22:00 -  
[DIR]CacheWarmer/ 2023-04-17 22:00 -  
[DIR]Command/ 2023-04-17 22:00 -  
[   ]ConnectionFactory.php 2023-04-17 22:00 7.3K 
[DIR]Controller/ 2023-04-17 22:00 -  
[DIR]DataCollector/ 2023-04-17 22:00 -  
[DIR]Dbal/ 2023-04-17 22:00 -  
[DIR]DependencyInjection/ 2023-04-17 22:00 -  
[   ]DoctrineBundle.php 2023-04-17 22:00 6.7K 
[DIR]EventSubscriber/ 2023-04-17 22:00 -  
[TXT]LICENSE 2023-04-17 22:00 1.1K 
[   ]ManagerConfigurator.php2023-04-17 22:00 1.8K 
[DIR]Mapping/ 2023-04-17 22:00 -  
[DIR]Middleware/ 2023-04-17 22:00 -  
[DIR]Orm/ 2023-04-17 22:00 -  
[   ]Registry.php 2023-04-17 22:00 2.5K 
[DIR]Repository/ 2023-04-17 22:00 -  
[DIR]Resources/ 2023-04-17 22:00 -  
[DIR]Twig/ 2023-04-17 22:00 -  
[TXT]UPGRADE-1.11.md 2023-04-17 22:00 1.1K 
[TXT]UPGRADE-1.12.md 2023-04-17 22:00 2.4K 
[TXT]UPGRADE-2.0.md 2023-04-17 22:00 3.7K 
[TXT]UPGRADE-2.1.md 2023-04-17 22:00 2.4K 
[TXT]UPGRADE-2.2.md 2023-04-17 22:00 530  
[TXT]UPGRADE-2.3.md 2023-04-17 22:00 774  
[TXT]UPGRADE-2.4.md 2023-04-17 22:00 402  
[TXT]UPGRADE-2.5.md 2023-04-17 22:00 147  
[TXT]UPGRADE-2.6.md 2023-04-17 22:00 154  
[TXT]UPGRADE-3.0.md 2023-04-17 22:00 152  
[   ]composer.json 2023-04-17 22:00 3.1K 
[   ]phpcs.xml.dist 2023-04-17 22:00 1.3K 
[   ]psalm.xml.dist 2023-04-17 22:00 2.4K 

# Doctrine Bundle

Doctrine DBAL & ORM Bundle for the Symfony Framework.

[![Continuous Integration](https://github.com/doctrine/DoctrineBundle/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineBundle/actions/workflows/continuous-integration.yml) [![codecov](https://codecov.io/gh/doctrine/DoctrineBundle/branch/master/graph/badge.svg?token=qtm3EQ3WgV)](https://codecov.io/gh/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](https://symfony.com/doc/current/reference/configuration/doctrine.html).
The source of the documentation is available in the Resources/docs folder.