4slv/doctrine2

Object-Relational-Mapper for PHP

Maintainers

👁 4slv

Package info

github.com/4slv/doctrine2

Homepage

pkg:composer/4slv/doctrine2

Statistics

Installs: 3 361

Dependents: 0

Suggesters: 0

Stars: 0

v2.5.14 2017-12-13 10:40 UTC

Requires

Requires (Dev)

Suggests

  • symfony/yaml: If you want to use YAML Metadata Mapping Driver

Provides

None

Conflicts

None

Replaces

None

MIT a04b9f54303bba8c53c75e49f0df00d2b2d3d2bd

  • Roman Borschel <roman.woop@code-factory.org>
  • Benjamin Eberlei <kontakt.woop@beberlei.de>
  • Guilherme Blanco <guilhermeblanco.woop@gmail.com>
  • Jonathan Wage <jonwage.woop@gmail.com>

databaseorm

This package is not auto-updated.

Last update: 2026-06-24 13:03:30 UTC


README

Master 2.4 2.3 2.2 2.1
👁 Build status
👁 Build status
👁 Build status
👁 Build status
👁 Build status
👁 Coverage Status

Doctrine 2 is an object-relational mapper (ORM) for PHP 5.4+ that provides transparent persistence for PHP objects. It 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 Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.

More resources: