PHPackages                             appventus/auto-form-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. appventus/auto-form-fill-bundle

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

appventus/auto-form-fill-bundle
===============================

Symfony AutoFormFillBundle

39.1k1[2 issues](https://github.com/AppVentus/AutoFormFillBundle/issues)PHP

Since Jan 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/AppVentus/AutoFormFillBundle)[ Packagist](https://packagist.org/packages/appventus/auto-form-fill-bundle)[ RSS](/packages/appventus-auto-form-fill-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

AutoFormFillBundle
==================

[](#autoformfillbundle)

When you are developing, form manual testing is actualy very boring and time consuming. This bundle fill automaticly creation forms in your application.

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

[](#installation)

Add this bundle to your composer.json file:

```
{
    "require-dev": {
        "appventus/auto-form-fill-bundle": "dev-master"
    }
}

```

Register the bundle in app/AppKernel.php:

```
// app/AppKernel.php
public function registerBundles()
{

    if (in_array($this->getEnvironment(), array('dev'))) {
        $bundles[] = new AppVentus\AutoFormFillBundle\AvAutoFormFillBundle();
    }
}

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (10 commits)")[![flopp26](https://avatars.githubusercontent.com/u/9364458?v=4)](https://github.com/flopp26 "flopp26 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[leaphly/price

466.5k](/packages/leaphly-price)

PHPackages © 2026

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