PHPackages                             bitweb/doctrine-entity-generator-module - 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. bitweb/doctrine-entity-generator-module

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

bitweb/doctrine-entity-generator-module
=======================================

Doctrine entity generator module

1.0(12y ago)028PHPPHP &gt;=5.3.3

Since Mar 12Pushed 11y ago10 watchersCompare

[ Source](https://github.com/BitWeb/doctrine-entity-generator-module)[ Packagist](https://packagist.org/packages/bitweb/doctrine-entity-generator-module)[ RSS](/packages/bitweb-doctrine-entity-generator-module/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

doctrine-entity-generator-module
================================

[](#doctrine-entity-generator-module)

Doctrine entity generator module for Zend Framework 2.

#### Adding module

[](#adding-module)

```
php composer.phar require bitweb/doctrine-entity-generator-module
# (When asked for a version, type `1.*`)
```

or add following to `composer.json`

```
"require": {
  "bitweb/doctrine-entity-generator-module": "1.*",
}
```

Loading module in `APP_ROOT/config/application.config.php`:

```
   'modules' => array(
    	'DoctrineModule',
    	'DoctrineORMModule',
      'Application',
    	'DoctrineEntityGeneratorModule'
    ),
```

This module requires adding initializer into `module.config.php` for ServiceManager:

```
	'service_manager' => array(
        'initializers' => array (
        	function ($service, $sm) {
        		if ($service instanceof ObjectManagerAwareInterface) {
        			$service->setObjectManager($sm->get('doctrine.entitymanager.orm_default'));
        		}
        	}
        ),
    )
```

This is needed for the module to use project's Object manager.

Now, web interface can be accessed `http://example.com/yourproject/dev` for generating entities.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

4447d ago

### Community

Maintainers

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

---

Top Contributors

[![rammrain](https://avatars.githubusercontent.com/u/4268477?v=4)](https://github.com/rammrain "rammrain (4 commits)")[![taivoteder](https://avatars.githubusercontent.com/u/1056610?v=4)](https://github.com/taivoteder "taivoteder (1 commits)")

### Embed Badge

![Health badge](/badges/bitweb-doctrine-entity-generator-module/health.svg)

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

###  Alternatives

[zf-commons/zfc-user-doctrine-orm

Doctrine2 ORM storage adapter for ZfcUser.

85676.8k18](/packages/zf-commons-zfc-user-doctrine-orm)[hounddog/doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

37335.4k9](/packages/hounddog-doctrine-data-fixture-module)[tawfekov/zf2entityaudit

EntityAudit Module for Zend Framework2 , Doctrine2 and web interface

1910.4k](/packages/tawfekov-zf2entityaudit)

PHPackages © 2026

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