PHPackages                             appventus/php-doc-fill-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. appventus/php-doc-fill-bundle

AbandonedArchivedSymfony-bundle

appventus/php-doc-fill-bundle
=============================

Bundle helping you to fill your php docs

0803PHP

Since Jun 25Pushed 12y ago3 watchersCompare

[ Source](https://github.com/AppVentus/PhpDocFillBundle)[ Packagist](https://packagist.org/packages/appventus/php-doc-fill-bundle)[ RSS](/packages/appventus-php-doc-fill-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhpDocFillBundle
================

[](#phpdocfillbundle)

The PhpDocFillBundle help you to write your documentation for all your symfony2 projects.

Install
-------

[](#install)

Get the source with composer :

```
require "appventus/php-doc-fill-bundle": "dev-master"

```

Declare the bundle in your AppKernel.php:

```
public function registerBundles() {
    $bundles = array(
        [...]
        new AppVentus\PhpDocFillBundle\AvPhpDocFillBundle(),
        [...]

```

Then declare the routing.yml in your application:

```
# PhpDocFillBundle Routing
av_php_doc_fill_bundle_routes:
    resource: "@AvPhpDocFillBundle/Resources/config/routing.yml"
    prefix:   /

```

Then add the php templating engine support in your framework configuration :

```
framework:
    templating:
        engines: ['twig', 'php']
    ...

```

You now have a new action available in the symfony2 debug bar.

Enjoy !

Credits
-------

[](#credits)

This bundle is based on existing library created by [Clement Nedelcu](http://cnedelcu.net/phpdocfill/). Thanks him for his work.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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/bfae4f0954a577921be2539b40a1f1958376f5c7364505e1e238e232ba8066d9?d=identicon)[paulandrieux](/maintainers/paulandrieux)

---

Top Contributors

[![lenybernard](https://avatars.githubusercontent.com/u/618536?v=4)](https://github.com/lenybernard "lenybernard (2 commits)")[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (2 commits)")

### Embed Badge

![Health badge](/badges/appventus-php-doc-fill-bundle/health.svg)

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

PHPackages © 2026

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