Hugo Sales e8e8000b16 Update composer dependencies 4 anni fa
..
.github e8e8000b16 Update composer dependencies 4 anni fa
CacheWarmer e8e8000b16 Update composer dependencies 4 anni fa
Command e8e8000b16 Update composer dependencies 4 anni fa
Controller e8e8000b16 Update composer dependencies 4 anni fa
DataCollector e8e8000b16 Update composer dependencies 4 anni fa
Dbal e8e8000b16 Update composer dependencies 4 anni fa
DependencyInjection e8e8000b16 Update composer dependencies 4 anni fa
EventSubscriber e8e8000b16 Update composer dependencies 4 anni fa
Mapping e8e8000b16 Update composer dependencies 4 anni fa
Repository e8e8000b16 Update composer dependencies 4 anni fa
Resources e8e8000b16 Update composer dependencies 4 anni fa
Twig e8e8000b16 Update composer dependencies 4 anni fa
.doctrine-project.json e8e8000b16 Update composer dependencies 4 anni fa
ConnectionFactory.php e8e8000b16 Update composer dependencies 4 anni fa
DoctrineBundle.php e8e8000b16 Update composer dependencies 4 anni fa
LICENSE e8e8000b16 Update composer dependencies 4 anni fa
ManagerConfigurator.php e8e8000b16 Update composer dependencies 4 anni fa
README.md e8e8000b16 Update composer dependencies 4 anni fa
Registry.php e8e8000b16 Update composer dependencies 4 anni fa
UPGRADE-1.11.md e8e8000b16 Update composer dependencies 4 anni fa
UPGRADE-1.12.md e8e8000b16 Update composer dependencies 4 anni fa
UPGRADE-2.0.md e8e8000b16 Update composer dependencies 4 anni fa
UPGRADE-2.1.md e8e8000b16 Update composer dependencies 4 anni fa
UPGRADE-2.2.md e8e8000b16 Update composer dependencies 4 anni fa
UPGRADE-3.0.md e8e8000b16 Update composer dependencies 4 anni fa
composer.json e8e8000b16 Update composer dependencies 4 anni fa
phpcs.xml.dist e8e8000b16 Update composer dependencies 4 anni fa

README.md

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.