PHPackages                             idealogica/orm-helper - 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. idealogica/orm-helper

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

idealogica/orm-helper
=====================

Collection of classes to simplify Doctrine ORM everyday usage

1.1.0(5y ago)01.3kMITPHPPHP &gt;=7.2.0CI failing

Since Jun 6Pushed 5y agoCompare

[ Source](https://github.com/idealogica/orm-helper)[ Packagist](https://packagist.org/packages/idealogica/orm-helper)[ Docs](https://github.com/idealogica/orm-helper)[ RSS](/packages/idealogica-orm-helper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

OrmHelper - Collection of classes to simplify Doctrine ORM everyday usage
=========================================================================

[](#ormhelper---collection-of-classes-to-simplify-doctrine-orm-everyday-usage)

1. Installation
---------------

[](#1-installation)

```
composer require idealogica/orm-helper:~1.0.0

```

2. Basic example
----------------

[](#2-basic-example)

```
$repositoryFactory = null;
$em = EntityManager::createFromParams(
    function ($name, DoctrineEntityManager $em, ClassMetadata $metadata) use (&$repositoryFactory) {
        $className = $name . 'Repository';
        return new $className($em, $metadata, $repositoryFactory);
    },
    $modelsPath,
    [
        'driver' => 'pdo_sqlite',
        'path' => $dbPath,
    ],
    $logFilePath,
    $cachePath,
    true
);
$repositoryFactory = new RepositoryFactory($em);
$testEntities = $repositoryFactory->getTestEntityRepository()->findAll();

```

3. License
----------

[](#3-license)

OrmHelper is licensed under a [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

5

Last Release

2007d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

1.1.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dfe693e24f13322ee0ab1de94b76274aa9bedfd1f0951913c44a971ad8d4cb8?d=identicon)[idealogica](/maintainers/idealogica)

---

Top Contributors

[![idealogica](https://avatars.githubusercontent.com/u/15087194?v=4)](https://github.com/idealogica "idealogica (1 commits)")

---

Tags

phphelperormdoctrinePHP7

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[scienta/doctrine-json-functions

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

58523.9M36](/packages/scienta-doctrine-json-functions)[fourlabs/qbjs-parser

Parse JSON coming from jQuery QueryBuilder, into database queries.

2535.3k2](/packages/fourlabs-qbjs-parser)[fourlabs/qbjs-parser-bundle

This bundle is a Symfony wrapper for fourlabs/qbjs-parser.

1514.7k1](/packages/fourlabs-qbjs-parser-bundle)[andanteproject/soft-deletable-bundle

A Symfony Bundle to handle soft deletable with Doctrine Entities

1028.3k](/packages/andanteproject-soft-deletable-bundle)

PHPackages © 2026

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