PHPackages                             anacona16/dependent-forms-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. [Templating &amp; Views](/categories/templating)
4. /
5. anacona16/dependent-forms-bundle

Abandoned → [symfonycasts/dynamic-forms](/?search=symfonycasts%2Fdynamic-forms)Symfony-bundle[Templating &amp; Views](/categories/templating)

anacona16/dependent-forms-bundle
================================

Symfony DependendFormsBundle

v3.1(5y ago)42.3k2MITPHPPHP &gt;=5.3.9

Since Jul 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/anacona16/DependentFormsBundle)[ Packagist](https://packagist.org/packages/anacona16/dependent-forms-bundle)[ RSS](/packages/anacona16-dependent-forms-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (13)Used By (0)

DependentFormsBundle
====================

[](#dependentformsbundle)

DependentFormsBundle provides dependent form type.

Important
---------

[](#important)

This bundle is based on: [ShtumiUsefulBundle](https://github.com/shtumi/ShtumiUsefulBundle) updated for use it with Symfony &gt;= 3.4, 4.0 and 5.0 based on Flex.

Only Dependent Forms included, no Ajax Autocomplete, no DateRange form type, no DQL custom functions.

If you are looking for a previous Symfony version see the branch symfony-33.

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

[](#installation)

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

```
$ composer require anacona16/dependent-forms-bundle

```

This command requires you to have Composer installed globally, as explained in the [Composer documentation](https://getcomposer.org/doc/00-intro.md).

### Verify DependentFormsBundle was added to you kernel

[](#verify-dependentformsbundle-was-added-to-you-kernel)

```
// config/bundles.php
return [
    // ...
    Anacona16\Bundle\DependentFormsBundle\DependentFormsBundle::class => ['all' => true],
    // ...
];
```

### Import routes

[](#import-routes)

```
# config/routes/dependent_forms.yaml
anacona16_dependent_forms:
    resource: '@DependentFormsBundle/Resources/config/routing.xml'
```

### Update your configuration

[](#update-your-configuration)

#### Add form theming to twig

[](#add-form-theming-to-twig)

```
# config/packages/twig.yaml
twig:
    ...
    form_themes:
        - '@DependentForms/Form/fields.html.twig'
```

### Prepare the Web Assets of the Bundle

[](#prepare-the-web-assets-of-the-bundle)

```
php bin/console assets:install --symlink

```

### Load jQuery to your views

[](#load-jquery-to-your-views)

```

```

Documentation
-------------

[](#documentation)

[Read documentation](https://github.com/anacona16/DependentFormsBundle/blob/master/Resources/doc/dependent_forms.md)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

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 ~171 days

Recently: every ~154 days

Total

10

Last Release

2085d ago

Major Versions

v1.4 → v2.02019-01-29

v2.2 → v3.02020-10-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/288ae42ea4cbc8ee9d5b081a4b9cac507b94780bcfe27090fcb91f5626ae93ea?d=identicon)[anacona16](/maintainers/anacona16)

---

Top Contributors

[![anacona16](https://avatars.githubusercontent.com/u/2333731?v=4)](https://github.com/anacona16 "anacona16 (18 commits)")

---

Tags

FormsDependent form type

### Embed Badge

![Health badge](/badges/anacona16-dependent-forms-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/anacona16-dependent-forms-bundle/health.svg)](https://phpackages.com/packages/anacona16-dependent-forms-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M374](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k2](/packages/web-auth-webauthn-framework)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)

PHPackages © 2026

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