doctrine 2.6.4-1 source package in Ubuntu

Changelog

doctrine (2.6.4-1) unstable; urgency=medium

  [ Michael Moravec ]
  * Migrate repository name doctrine/doctrine2 -> doctrine/orm

  [ David Prévot ]
  * Update upstream VCS URL

 -- David Prévot <email address hidden>  Wed, 25 Sep 2019 22:25:18 -1000

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
oldlibs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.6.4-1.dsc 1.8 KiB a552be000c254810a29bc5373143a27334e13b5e8417a742c2ea62a4004d57fb
doctrine_2.6.4.orig.tar.xz 550.8 KiB 48ec11fdc8f4c01c7c4a0d8ef9959f95c4fb68b0d123b6f954b77397ce7e7286
doctrine_2.6.4-1.debian.tar.xz 56.2 KiB f3247fdf26097235682ba0af0f7959c279016eaa53086c2c50261f7f2c678aff

Available diffs

No changes file available.

Binary packages built by this source

php-doctrine-orm: tool for object-relational mapping

 Object-Relational-Mapper for PHP.
 Doctrine 2 is an object-relational mapper (ORM) for PHP 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 Hibernates
 HQL. This provides developers with a powerful alternative to SQL that
 maintains flexibility without requiring unnecessary code duplication.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.