14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
name=Doctrine
|
|
summary=PHP5 Database ORM
|
|
description=Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of
|
|
a powerful DBAL (database abstraction layer). One of its key features is the
|
|
ability to optionally write database queries in an OO (object oriented)
|
|
SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with
|
|
a powerful alternative to SQL that maintains a maximum of flexibility without
|
|
requiring needless code duplication.
|
|
version_name=2.0.0-ALPHA1
|
|
version=2.0.0
|
|
stability=alpha
|
|
build.dir=build
|
|
dist.dir=dist
|
|
report.dir=reports |