PHPackages                             aaleksu/orm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. aaleksu/orm

ActiveLibrary[Database &amp; ORM](/categories/database)

aaleksu/orm
===========

Object-Relational-Mapper for PHP by aaleksu

v2.4.3(11y ago)048MITPHPPHP &gt;=5.3.2

Since Oct 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/aaleksu/doctrine2)[ Packagist](https://packagist.org/packages/aaleksu/orm)[ Docs](http://www.doctrine-project.org)[ RSS](/packages/aaleksu-orm/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (5)Versions (65)Used By (0)

Doctrine 2 ORM
==============

[](#doctrine-2-orm)

Master: [![Build Status](https://camo.githubusercontent.com/3d21281ca164d8b1ec654f6b02bde4bb1da744031f1708df780769baf9578882/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f646f637472696e652f646f637472696e65322e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/doctrine/doctrine2)2.4: [![Build Status](https://camo.githubusercontent.com/fc630b56c09ac10427ffdfbe101119f99138197fb49e5e3aebff20fd3f7f4dea/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f646f637472696e652f646f637472696e65322e706e673f6272616e63683d322e34)](http://travis-ci.org/doctrine/doctrine2)2.3: [![Build Status](https://camo.githubusercontent.com/60293656b6f8ab18d1265213217c0665bf7f285411e96373fe4531f2fdf36954/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f646f637472696e652f646f637472696e65322e706e673f6272616e63683d322e33)](http://travis-ci.org/doctrine/doctrine2)2.2: [![Build Status](https://camo.githubusercontent.com/c0087a0b5ff64b5df04b1df2721e82ad7069c4dac2877005f1e3a95df6674a2e/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f646f637472696e652f646f637472696e65322e706e673f6272616e63683d322e32)](http://travis-ci.org/doctrine/doctrine2)2.1: [![Build Status](https://camo.githubusercontent.com/a4ce67caf934b5153c47b058cdda09c5ab2c7d35ce6c50d5b7fe132a1cd92056/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f646f637472696e652f646f637472696e65322e706e673f6272616e63683d322e312e78)](http://travis-ci.org/doctrine/doctrine2)

Master: [![Coverage Status](https://camo.githubusercontent.com/6fde2c11ec07dd9883b532fb045368548b41ed71b7e0fe2b47aec9381c7e904c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f646f637472696e652f646f637472696e65322f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/doctrine/doctrine2?branch=master)

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.

More resources:
---------------

[](#more-resources)

- [Website](http://www.doctrine-project.org)
- [Documentation](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/index.html)
- [Issue Tracker](http://www.doctrine-project.org/jira/browse/DDC)
- [Downloads](http://github.com/doctrine/doctrine2/downloads)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~25 days

Total

37

Last Release

4359d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/060ea5ead6b44325b0a0886e4ba142003e75a6536a481ba0869b271c9b133db5?d=identicon)[aaleksu](/maintainers/aaleksu)

---

Top Contributors

[![beberlei](https://avatars.githubusercontent.com/u/26936?v=4)](https://github.com/beberlei "beberlei (1663 commits)")[![guilhermeblanco](https://avatars.githubusercontent.com/u/208883?v=4)](https://github.com/guilhermeblanco "guilhermeblanco (495 commits)")[![FabioBatSilva](https://avatars.githubusercontent.com/u/588172?v=4)](https://github.com/FabioBatSilva "FabioBatSilva (311 commits)")[![Ocramius](https://avatars.githubusercontent.com/u/154256?v=4)](https://github.com/Ocramius "Ocramius (224 commits)")[![jwage](https://avatars.githubusercontent.com/u/97422?v=4)](https://github.com/jwage "jwage (115 commits)")[![romanb](https://avatars.githubusercontent.com/u/177309?v=4)](https://github.com/romanb "romanb (108 commits)")[![asm89](https://avatars.githubusercontent.com/u/657357?v=4)](https://github.com/asm89 "asm89 (104 commits)")[![bakura10](https://avatars.githubusercontent.com/u/1198915?v=4)](https://github.com/bakura10 "bakura10 (44 commits)")[![schmittjoh](https://avatars.githubusercontent.com/u/197017?v=4)](https://github.com/schmittjoh "schmittjoh (35 commits)")[![goetas](https://avatars.githubusercontent.com/u/776743?v=4)](https://github.com/goetas "goetas (32 commits)")[![mnapoli](https://avatars.githubusercontent.com/u/720328?v=4)](https://github.com/mnapoli "mnapoli (27 commits)")[![Shurakai](https://avatars.githubusercontent.com/u/265444?v=4)](https://github.com/Shurakai "Shurakai (24 commits)")[![sandermarechal](https://avatars.githubusercontent.com/u/145240?v=4)](https://github.com/sandermarechal "sandermarechal (22 commits)")[![velovint](https://avatars.githubusercontent.com/u/184136?v=4)](https://github.com/velovint "velovint (18 commits)")[![deeky666](https://avatars.githubusercontent.com/u/1411514?v=4)](https://github.com/deeky666 "deeky666 (15 commits)")[![mridgway](https://avatars.githubusercontent.com/u/191142?v=4)](https://github.com/mridgway "mridgway (15 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (13 commits)")[![jsor](https://avatars.githubusercontent.com/u/55574?v=4)](https://github.com/jsor "jsor (13 commits)")[![Padam87](https://avatars.githubusercontent.com/u/776488?v=4)](https://github.com/Padam87 "Padam87 (12 commits)")[![BenMorel](https://avatars.githubusercontent.com/u/1952838?v=4)](https://github.com/BenMorel "BenMorel (12 commits)")

---

Tags

databaseorm

### Embed Badge

![Health badge](/badges/aaleksu-orm/health.svg)

```
[![Health](https://phpackages.com/badges/aaleksu-orm/health.svg)](https://phpackages.com/packages/aaleksu-orm)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k241.3M3.3k](/packages/doctrine-doctrine-bundle)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)[perplorm/perpl

Perpl is an improved and still maintained fork of Propel2, an open-source Object-Relational Mapping (ORM) for PHP.

203.7k](/packages/perplorm-perpl)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
