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

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

globtec/doctrine-generator
==========================

Generator to Doctrine ORM 2

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

Since Aug 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/globtec/doctrine-generator)[ Packagist](https://packagist.org/packages/globtec/doctrine-generator)[ RSS](/packages/globtec-doctrine-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (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 globtec/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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

2508d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/400550?v=4)[josecarlos](/maintainers/josecarlos)[@josecarlos](https://github.com/josecarlos)

---

Top Contributors

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

---

Tags

database-firstdoctrine2model-first

### Embed Badge

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

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

###  Alternatives

[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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[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.

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

PHPackages © 2026

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