Dmitriy Gnatenko 2c154caeca Vendors updated 3 năm trước cách đây
..
.github 2c154caeca Vendors updated 3 năm trước cách đây
CacheWarmer 2c154caeca Vendors updated 3 năm trước cách đây
Command 2c154caeca Vendors updated 3 năm trước cách đây
Controller 2c154caeca Vendors updated 3 năm trước cách đây
DataCollector 2c154caeca Vendors updated 3 năm trước cách đây
Dbal 2c154caeca Vendors updated 3 năm trước cách đây
DependencyInjection 2c154caeca Vendors updated 3 năm trước cách đây
EventSubscriber da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
Mapping 2c154caeca Vendors updated 3 năm trước cách đây
Repository 2c154caeca Vendors updated 3 năm trước cách đây
Resources 2e430a556d Vendors updated 3 năm trước cách đây
Twig 2c154caeca Vendors updated 3 năm trước cách đây
.doctrine-project.json 2c154caeca Vendors updated 3 năm trước cách đây
ConnectionFactory.php 2c154caeca Vendors updated 3 năm trước cách đây
DoctrineBundle.php 2c154caeca Vendors updated 3 năm trước cách đây
LICENSE da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
ManagerConfigurator.php 0b8749ecf8 Update vendors 3 năm trước cách đây
README.md da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
Registry.php 2c154caeca Vendors updated 3 năm trước cách đây
UPGRADE-1.11.md da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
UPGRADE-1.12.md da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
UPGRADE-2.0.md da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
UPGRADE-2.1.md da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
UPGRADE-2.2.md 0b8749ecf8 Update vendors 3 năm trước cách đây
UPGRADE-2.3.md 2e430a556d Vendors updated 3 năm trước cách đây
UPGRADE-3.0.md da31d8a6df Revert "Vendors updated" 4 năm trước cách đây
composer.json 2c154caeca Vendors updated 3 năm trước cách đây
phpcs.xml.dist 2c154caeca Vendors updated 3 năm trước cách đây
psalm.xml.dist 2c154caeca Vendors updated 3 năm trước cách đây

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.