LaLiga-BackEnd/vendor/doctrine/doctrine-bundle
Daniel Guzman 9f30bc98c7 welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
..
Attribute welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
CacheWarmer welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Command welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Controller welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
DataCollector welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Dbal welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
DependencyInjection welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
EventSubscriber welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Mapping welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Middleware welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Orm welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Repository welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Resources welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Twig welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
.symfony.bundle.yaml welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
ConnectionFactory.php welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
DoctrineBundle.php welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
LICENSE welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
ManagerConfigurator.php welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
README.md welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
Registry.php welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
UPGRADE-2.10.md welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
UPGRADE-3.0.md welcome back to dyb-tech 2024-05-18 02:28:01 +02:00
composer.json welcome back to dyb-tech 2024-05-18 02:28:01 +02:00

README.md

Doctrine Bundle

Doctrine DBAL & ORM Bundle for the Symfony Framework.

Continuous Integration codecov

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.