PHPackages                             liz/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. liz/easy-doc-bundle

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

liz/easy-doc-bundle
===================

Symfony application documentation generator

v2.3(7y ago)034MITHTMLPHP &gt;=7.1

Since Jan 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/l396635210/easy-doc-bundle)[ Packagist](https://packagist.org/packages/liz/easy-doc-bundle)[ Docs](https://github.com/l396635210/easy-doc-bundle)[ RSS](/packages/liz-easy-doc-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (7)Versions (14)Used By (0)

EasyDoc
=======

[](#easydoc)

Thanks [easycorp/easy-doc-bundle](https://github.com/EasyCorp/easy-doc-bundle)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 liz/easy-doc-bundle
```

### Step 2: Enable the Bundle

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

```
// app/bundles.php

// ...

return [
    // ...
    Liz\Bundle\EasyDocBundle\EasyDocBundle::class => ['dev'=>true, 'test'=>true],
    // ...
];
```

Usage
-----

[](#usage)

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

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~69 days

Recently: every ~190 days

Total

12

Last Release

2637d ago

Major Versions

v1.1.1 → v2.02019-02-22

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

v1.1.1PHP &gt;=5.3.3

v2.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ce588a9a1661fcaab1409876f8dde4e75b8b1fb95f5c7a09220439f6119d569?d=identicon)[l396635210](/maintainers/l396635210)

---

Top Contributors

[![l396635210](https://avatars.githubusercontent.com/u/16893909?v=4)](https://github.com/l396635210 "l396635210 (9 commits)")

---

Tags

documentationgeneratordocproject

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[easycorp/easy-doc-bundle

Symfony application documentation generator

1031.0k](/packages/easycorp-easy-doc-bundle)

PHPackages © 2026

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