PHPackages                             wizad/doctrine-doc-bundle - 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. wizad/doctrine-doc-bundle

ActiveSymfony-bundle

wizad/doctrine-doc-bundle
=========================

Generates documentation for your doctrine ORM schema.

15901[1 issues](https://github.com/wpottier/WizadDoctrineDocBundle/issues)PHP

Since Jun 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/wpottier/WizadDoctrineDocBundle)[ Packagist](https://packagist.org/packages/wizad/doctrine-doc-bundle)[ RSS](/packages/wizad-doctrine-doc-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

WizadDoctrineDocBundle
======================

[](#wizaddoctrinedocbundle)

The **WizadDoctrineDocBundle** bundle allows you to generate a decent documentation for your doctrine model schema.

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

[](#installation)

Add this bundle to your `composer.json` file:

```
{
    "require": {
        "wizad/doctrine-doc-bundle": "dev-master"
    }
}

```

Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Wizad\DoctrineDocBundle\WizadDoctrineDocBundle(),
    );
}

```

Usage
-----

[](#usage)

```
php app/console doctrine:generate:documentation

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

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/a910bc2870ac3b750b8ddfb1d2998b2d8ea7b24bc10a505d734ac0ff4a7d29b1?d=identicon)[wpottier](/maintainers/wpottier)

---

Top Contributors

[![wpottier](https://avatars.githubusercontent.com/u/361974?v=4)](https://github.com/wpottier "wpottier (5 commits)")

### Embed Badge

![Health badge](/badges/wizad-doctrine-doc-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wizad-doctrine-doc-bundle/health.svg)](https://phpackages.com/packages/wizad-doctrine-doc-bundle)
```

PHPackages © 2026

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