PHPackages                             easycorp/easy-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. easycorp/easy-doc-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

easycorp/easy-doc-bundle
========================

Symfony application documentation generator

v1.1.1(9y ago)1021.0k6MITHTMLPHP &gt;=5.3.3

Since Jan 24Pushed 7y ago13 watchersCompare

[ Source](https://github.com/EasyCorp/easy-doc-bundle)[ Packagist](https://packagist.org/packages/easycorp/easy-doc-bundle)[ Docs](https://github.com/EasyCorp/EasyDocBundle)[ RSS](/packages/easycorp-easy-doc-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (6)Versions (10)Used By (0)

EasyDoc
=======

[](#easydoc)

This bundle generates the formal documentation for Symfony applications. This documentation is a HTML document that contains detailed information about every application element (routes, services, events, configuration, etc.)

When would this bundle be useful?

- As a reference to look for any application element details.
- As a document to get an overall idea of the application when adding new developers to the project.
- As a deliverable to the client who paid for the application development.
- As a *searchable* archive of legacy applications.

This is how it looks:

[![EasyDoc in action](/src/Resources/doc/images/easydoc-index.png)](/src/Resources/doc/images/easydoc-index.png)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

```
$ composer require --dev easycorp/easy-doc-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        // ...

        if (in_array($this->getEnvironment(), ['dev', 'test'])) {
            // ...

            if ('dev' === $this->getEnvironment()) {
                // ...
                $bundles[] = new EasyCorp\Bundle\EasyDocBundle\EasyDocBundle();
            }
        }
    }

    // ...
}
```

Usage
-----

[](#usage)

Run the `doc` command in your Symfony application to generate the documentation:

```
$ cd your-project/
$ ./bin/console doc
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

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

Every ~0 days

Total

8

Last Release

3443d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

v1.1.1PHP &gt;=5.3.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/93dbdd4a2471e93a797afb9253151f7ead2b0f57d205d307d5ba94ab3d885da9?d=identicon)[javier.eguiluz](/maintainers/javier.eguiluz)

---

Top Contributors

[![javiereguiluz](https://avatars.githubusercontent.com/u/73419?v=4)](https://github.com/javiereguiluz "javiereguiluz (22 commits)")[![fatihkahveci](https://avatars.githubusercontent.com/u/3296398?v=4)](https://github.com/fatihkahveci "fatihkahveci (1 commits)")[![mRoca](https://avatars.githubusercontent.com/u/4746261?v=4)](https://github.com/mRoca "mRoca (1 commits)")

---

Tags

bundledocumentationgeneratorphpsymfonysymfony-bundledocumentationgeneratorproject

### Embed Badge

![Health badge](/badges/easycorp-easy-doc-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M560](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M505](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M200](/packages/sulu-sulu)

PHPackages © 2026

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