Remi's RPM repository - Packages

Blog | Forum | Repository

php-doctrine-orm - Doctrine Object-Relational-Mapper (ORM)

Website:
http://www.doctrine-project.org/projects/orm.html
Licence:
MIT
Vendor:
Remi Collet
Description:
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 Hibernate's HQL. This provides developers
with a powerful alternative to SQL that maintains flexibility without requiring
unnecessary code duplication.

Optional caches (see Doctrine\ORM\Tools\Setup::createConfiguration()):
* APC (php-pecl-apc)
* Memcache (php-pecl-memcache)
* Redis (php-pecl-redis)
* XCache (php-xcache)

Packages

php-doctrine-orm-2.4.4-1.fc21.remi.noarch [278 KiB] Changelog by Remi Collet (2014-09-13):
- Update to 2.4.4
- backport upstream patch to use doctrine/instantiator
- fix license handling