Skip to content

stof/DoctrineBundle

This branch is up to date with doctrine/DoctrineBundle:2.9.x.

Folders and files

NameName
Last commit message
Last commit date
Apr 14, 2023
Feb 10, 2023
Nov 8, 2022
Mar 22, 2023
Nov 8, 2022
Feb 28, 2023
Nov 8, 2022
Jun 4, 2023
Jan 8, 2020
Nov 8, 2022
Nov 8, 2022
Nov 8, 2022
Jan 13, 2023
May 12, 2023
Jun 4, 2023
Nov 8, 2022
Mar 23, 2023
Dec 26, 2021
Sep 26, 2020
Jan 3, 2023
Feb 3, 2023
Mar 22, 2023
Nov 17, 2011
Nov 8, 2022
Apr 7, 2022
Jan 18, 2023
May 10, 2019
Apr 23, 2020
Apr 23, 2020
Dec 7, 2019
Nov 10, 2020
Apr 23, 2021
Jun 3, 2021
Oct 5, 2021
Feb 14, 2022
Dec 5, 2022
Apr 13, 2023
Oct 14, 2019
Feb 28, 2023
Jan 6, 2023
Feb 8, 2023
Jan 6, 2023

Repository files navigation

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.

About

Symfony2 Bundle for Doctrine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%