2017 © Pedro Peláez
 

symfony-bundle doctrine-bundle

Symfony DoctrineBundle

image

brandoriented/doctrine-bundle

Symfony DoctrineBundle

  • Monday, June 25, 2018
  • by BrandOriented
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 282 Forks
  • 0 Open issues
  • 39 Versions
  • 0 % Grown

The README.md

Doctrine Bundle

Doctrine DBAL & ORM Bundle for the Symfony Framework., (*1)

Build Status: Build Status, (*2)

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., (*3)

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., (*4)

DBAL is a powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction., (*5)

Documentation

The documentation is rendered on the symfony.com website. The source of the documentation is available in the Resources/docs folder., (*6)

The Versions

04/07 2012
15/12 2011

v1.0.0-beta1

1.0.0.0-beta1 http://www.doctrine-project.org

Symfony DoctrineBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Eberlei

orm database dbal persistence