PHPackages                             liz/dependent-select-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/dependent-select-bundle

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

liz/dependent-select-bundle
===========================

This bundle helps to create dependent AJAX fields for Symfony forms

v1.0.6(4y ago)01.3kMITPHPPHP &gt;=5.7.0

Since Nov 6Pushed 4y agoCompare

[ Source](https://github.com/l396635210/dependent-select-bundle)[ Packagist](https://packagist.org/packages/liz/dependent-select-bundle)[ RSS](/packages/liz-dependent-select-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

DependentSelectBundle【级联选择，省市区】
===============================

[](#dependentselectbundle级联选择省市区)

This is an improved part of ShtumiUsefulBundle. It discontinues all of its features except the dependent select form. There are lots of new parameters and features (will be documented soon) implemented in DependentFilteredEntity.

Install using Composer:

```
./composer require evercodelab/dependent-select-bundle

```

### Add the bundle to your AppKernel.php:

[](#add-the-bundle-to-your-appkernelphp)

This is needed only for Symfony version less than 4

```
$bundles = [
    //...
    new Evercode\DependentSelectBundle\DependentSelectBundle(),
];
```

### Import routes

[](#import-routes)

// app/config/routing.yml

//or if using Symfony &gt;= 4 just create the file `route\dependent_select.yaml`

```
dependent_select:
    resource: '@DependentSelectBundle/Resources/config/routing.xml'

```

### Update your configuration

[](#update-your-configuration)

#### Add form theme for twig

[](#add-form-theme-for-twig)

```
twig:
    ...
    form:
        resources:
            - DependentSelectBundle::fields.html.twig

```

or if using Symfony &gt; 4 just create a new file in `packages/dependent_selet.yaml` and add

```
twig:
  form_themes:
    - DependentSelectBundle::fields.html.twig

```

### Load jQuery to your views (if not yet)

[](#load-jquery-to-your-views-if-not-yet)

```

```

### Read the documentation

[](#read-the-documentation)

- [How to use](Resources/doc/index.rst)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

4

Last Release

1652d ago

PHP version history (2 changes)v1.0.1PHP &gt;=5.6.0

v1.0.4PHP &gt;=5.7.0

### Community

Maintainers

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

---

Tags

ajax dependent formdependent select

### Embed Badge

![Health badge](/badges/liz-dependent-select-bundle/health.svg)

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

###  Alternatives

[evercodelab/dependent-select-bundle

This bundle helps to create dependent AJAX fields for Symfony forms

1617.8k](/packages/evercodelab-dependent-select-bundle)

PHPackages © 2026

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