4slv / doctrine2
Object-Relational-Mapper for PHP
Installs: 3 361
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2 553
pkg:composer/4slv/doctrine2
Requires
- php: >=5.4
 - ext-pdo: *
 - doctrine/cache: ~1.4
 - doctrine/collections: ~1.2
 - doctrine/common: >=2.5-dev,<2.9-dev
 - doctrine/dbal: >=2.5-dev,<2.7-dev
 - doctrine/instantiator: ^1.0.1
 - symfony/console: ~2.5|~3.0|~4.0
 
Requires (Dev)
- phpunit/phpunit: ~4.0
 - symfony/yaml: ~2.3|~3.0|~4.0
 
Suggests
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
 
- dev-master / 2.6.x-dev
 - 2.5.x-dev
 - v2.5.14
 - v2.5.13
 - v2.5.12
 - v2.5.11
 - v2.5.10
 - v2.5.9
 - v2.5.8
 - v2.5.7
 - v2.5.6
 - v2.5.5
 - v2.5.4
 - v2.5.3
 - v2.5.2
 - v2.5.1
 - v2.5.0
 - v2.5.0-RC2
 - v2.5.0-RC1
 - v2.5.0-beta1
 - v2.5.0-alpha2
 - v2.5.0-alpha1
 - 2.4.x-dev
 - v2.4.8
 - v2.4.7
 - v2.4.6
 - v2.4.5
 - v2.4.4
 - v2.4.3
 - v2.4.2
 - v2.4.1
 - v2.4.0
 - 2.4.0-RC2
 - 2.4.0-RC1
 - 2.4.0-BETA2
 - 2.4.0-BETA1
 - 2.3.x-dev
 - v2.3.6
 - 2.3.5
 - 2.3.4
 - 2.3.3
 - 2.3.2
 - 2.3.1
 - 2.3.0
 - 2.3.0-RC4
 - 2.3.0-RC3
 - 2.3.0-RC2
 - 2.3.0-RC1
 - 2.3.0-BETA1
 - 2.2.x-dev
 - 2.2.3
 - 2.2.2
 - 2.2.1
 - 2.2.0
 - 2.2.0-RC1
 - 2.2.0-BETA2
 - 2.2.0-BETA1
 - 2.1.x-dev
 - 2.1.7
 - 2.1.6
 - 2.1.5
 - 2.1.4
 - 2.1.3
 - 2.0.x-dev
 - dev-fix/change-vendor-name
 - dev-fix/rsm-parsing-in-array-hydrator
 - dev-develop
 - dev-feature/+6722-initialize-proxies-with-their-collection-properties
 - dev-fix/+6638-+6648-one-to-one-association-being-unwillingly-refreshed
 - dev-fix/+5923-disambiguate-identifier-hashing
 - dev-bug/+6189-paginator-result-mappings-replaced
 - dev-develop-pre-2016-07-08
 - dev-mapping-as-objects
 - dev-hotfix/+1342-paginator-functional-test-integration-take2
 - dev-custom-collections
 - dev-config-filter-params
 
This package is not auto-updated.
Last update: 2025-10-29 10:00:43 UTC
README
| Master | 2.4 | 2.3 | 2.2 | 2.1 | 
|---|---|---|---|---|
Doctrine 2 is an object-relational mapper (ORM) for PHP 5.4+ 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 Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.