PHPackages                             limitium/ormd-fixer - 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. limitium/ormd-fixer

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

limitium/ormd-fixer
===================

Fix ORM Designer yml files for symfony2

1316PHP

Since Mar 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/limitium/ormd-fixer)[ Packagist](https://packagist.org/packages/limitium/ormd-fixer)[ RSS](/packages/limitium-ormd-fixer/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ORM Designer Fixer
==================

[](#orm-designer-fixer)

This bundle for fix ORM Designer generated YML metadata files.

Add bundle in AppKernel:

if (in\_array($this-&gt;getEnvironment(), array('dev', 'test'))) { ... $bundles\[\] = new Limitium\\ORMDFixer\\ORMDFixerBundle(); }

Call `app/console yaml:fix Acme`

- Create Modelname.orm.yml file from ModelName.dcm.yml
- Fix all references in Modelname.orm.yml
- Delete ModelName.dcm.yml file

Example of input dcm and output orm files:

`src\PDS\StoryBundle\Resources\config\doctrine\Comment.dcm.yml`

```
Comment:
  type: entity
  table: comment
  fields:
    id:
      id: true
      type: integer
      generator:
        strategy: AUTO
    message:
      type: text
      nullable: false
    created_at:
      type: datetime
      nullable: false
  manyToOne:
    Story:
      targetEntity: Story
      inversedBy: Comments
      joinColumns:
        story_id:
          referencedColumnName: id
    User:
      targetEntity: User
      inversedBy: Comments
      joinColumns:
        user_id:
          referencedColumnName: id

```

`src\PDS\StoryBundle\Resources\config\doctrine\Comment.orm.yml`

```
PDS\StoryBundle\Entity\Comment:
  type: entity
  table: comment
  fields:
    id:
      id: true
      type: integer
      generator:
        strategy: AUTO
    message:
      type: text
      nullable: false
    created_at:
      type: datetime
      nullable: false
  manyToOne:
    Story:
      targetEntity: PDS\StoryBundle\Entity\Story
      inversedBy: Comments
      joinColumns:
        story_id:
          referencedColumnName: id
    User:
      targetEntity: PDS\UserBundle\Entity\User
      inversedBy: Comments
      joinColumns:
        user_id:
          referencedColumnName: id

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c11db6060fb6908a4d066b1dfcd4499233cf3a73461b529d2f77010146a65ef8?d=identicon)[limitium](/maintainers/limitium)

---

Top Contributors

[![limitium](https://avatars.githubusercontent.com/u/850285?v=4)](https://github.com/limitium "limitium (13 commits)")

### Embed Badge

![Health badge](/badges/limitium-ormd-fixer/health.svg)

```
[![Health](https://phpackages.com/badges/limitium-ormd-fixer/health.svg)](https://phpackages.com/packages/limitium-ormd-fixer)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

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

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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