PHPackages                             ecohead/symfony-form-generator-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. ecohead/symfony-form-generator-bundle

AbandonedSymfony-bundle

ecohead/symfony-form-generator-bundle
=====================================

A set of methods to create form types with chained methods instead of plain arrays.

08[1 issues](https://github.com/ecohead/symfony-form-generator-bundle/issues)[5 PRs](https://github.com/ecohead/symfony-form-generator-bundle/pulls)PHP

Since Mar 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ecohead/symfony-form-generator-bundle)[ Packagist](https://packagist.org/packages/ecohead/symfony-form-generator-bundle)[ RSS](/packages/ecohead-symfony-form-generator-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require ecohead/symfony-form-generator-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

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

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require ecohead/symfony-form-generator-bundle
```

### Step 2: Enable the Bundle

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

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Ecohead\FormGeneratorBundle\EcoheadFormGeneratorBundle::class => ['all' => true],
];
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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/0907e57588dafc02521dfc6d3847c077179e433584968464fefb863f4b69a173?d=identicon)[aureldvx](/maintainers/aureldvx)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ecohead-symfony-form-generator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ecohead-symfony-form-generator-bundle/health.svg)](https://phpackages.com/packages/ecohead-symfony-form-generator-bundle)
```

PHPackages © 2026

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