PHPackages                             mensagemsei/doctrine-generator - 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. mensagemsei/doctrine-generator

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

mensagemsei/doctrine-generator
==============================

Generator to Doctrine ORM 2

v1.0.0(6y ago)0115MITPHPPHP &gt;=5.4

Since Aug 18Pushed 6y agoCompare

[ Source](https://github.com/mensagemsei/doctrine-generator)[ Packagist](https://packagist.org/packages/mensagemsei/doctrine-generator)[ RSS](/packages/mensagemsei-doctrine-generator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Generator to Doctrine ORM 2
===========================

[](#generator-to-doctrine-orm-2)

A PHP package customized to generate entity and repository classes of a project that uses Doctrine ORM in a command-line interface.

Installation
------------

[](#installation)

```
composer require mensagemsei/doctrine-generator --dev

```

Usage
-----

[](#usage)

Before, you need create a PHP file named *generator.php* with the following code:

```
require_once 'vendor/autoload.php';

// TODO: Add an instance of the EntityManager and assigns in a variable named $em

Generator\Application::run($em);
```

To view a list of all available commands, you may use the list command:

```
php generator.php list

```

To view all arguments and options, you may use the help command:

```
php generator.php doctrine:generate --help

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

2457d ago

### Community

Maintainers

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

---

Top Contributors

[![globtec](https://avatars.githubusercontent.com/u/4707535?v=4)](https://github.com/globtec "globtec (16 commits)")

### Embed Badge

![Health badge](/badges/mensagemsei-doctrine-generator/health.svg)

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

###  Alternatives

[scienta/doctrine-json-functions

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

58523.9M35](/packages/scienta-doctrine-json-functions)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-bundle)[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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

813.1k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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