doctrine 2.8.4+dfsg-1ubuntu2 source package in Ubuntu

Changelog

doctrine (2.8.4+dfsg-1ubuntu2) jammy; urgency=medium

  * d/rules: Disable testsuite during build

 -- Bryce Harrington <email address hidden>  Thu, 27 Jan 2022 03:49:58 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.8.4+dfsg.orig.tar.xz 556.9 KiB a390a896777e2824b6c9a4b8707511cfc1a3611978b8c02446a221636fb15c41
doctrine_2.8.4+dfsg-1ubuntu2.debian.tar.xz 46.3 KiB 306e258432af9e03f37e1e8d975e1b74ae6d9a8ea9f08f2f4c1b918be5d9cd4d
doctrine_2.8.4+dfsg-1ubuntu2.dsc 2.4 KiB d5f2dba4efde433304c808afafc81e9806982d4d464fa5fde4c994bf8c5b0e79

View changes file

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.