PHPackages                             alireaza/doctrine-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. alireaza/doctrine-orm

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

alireaza/doctrine-orm
=====================

This is Doctrine ORM package.

1.2.0(4y ago)09MITPHPPHP ^8.0.0

Since Dec 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alireaza/doctrine-orm)[ Packagist](https://packagist.org/packages/alireaza/doctrine-orm)[ Docs](https://gitlab.com/alireaza/doctrine-orm)[ Fund](https://www.linkedin.com/in/alireaza)[ RSS](/packages/alireaza-doctrine-orm/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Doctrine ORM
============

[](#doctrine-orm)

Install
-------

[](#install)

Via Composer

```
$ composer require alireaza/doctrine-orm
```

Usage
-----

[](#usage)

```
use AliReaza\Doctrine\ORM\Doctrine;

$doctrine = new Doctrine([
    'driver' => 'pdo_mysql',
    'host' => 127.0.0.1,
    'port' => 3306,
    'user' => 'root',
    'password' => '',
    'dbname' => 'database_name'
], [
    'app/Entities'
]);

$em = $doctrine->getEntityManager();
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~33 days

Total

3

Last Release

1580d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b91bc2861666a5563a023d6a2334e5211892a80abbeae2d35c3e94fe55622ef?d=identicon)[alireaza](/maintainers/alireaza)

---

Top Contributors

[![alireaza](https://avatars.githubusercontent.com/u/14136656?v=4)](https://github.com/alireaza "alireaza (3 commits)")

---

Tags

composerdoctrineormphpormdoctrinealireaza

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8465.5M96](/packages/laravel-doctrine-orm)[scienta/doctrine-json-functions

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

58825.9M54](/packages/scienta-doctrine-json-functions)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[api-platform/doctrine-orm

Doctrine ORM bridge

294.4M92](/packages/api-platform-doctrine-orm)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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