aaleksu / orm
Object-Relational-Mapper for PHP by aaleksu
v2.4.3
2014-06-10 11:49 UTC
Requires
- php: >=5.3.2
- ext-pdo: *
- doctrine/collections: ~1.1
- doctrine/dbal: ~2.4
- symfony/console: ~2.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
- symfony/yaml: ~2.1
Suggests
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
This package is not auto-updated.
Last update: 2026-06-02 12:04:33 UTC
README
Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.2+ 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.