PHPackages                             rafasribeiro/entity-filtered-type-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. [Database &amp; ORM](/categories/database)
4. /
5. rafasribeiro/entity-filtered-type-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

rafasribeiro/entity-filtered-type-bundle
========================================

This bundle aim to provide classes to build some form entities dependents froms another form fields.

v1.0.2(4y ago)1322MITPHP &gt;=7.4

Since Feb 25Compare

[ Source](https://github.com/RafaSRibeiro/EntityFilteredTypeBundle)[ Packagist](https://packagist.org/packages/rafasribeiro/entity-filtered-type-bundle)[ Docs](https://github.com/RafaSRibeiro/EntityFilteredTypeBundle)[ RSS](/packages/rafasribeiro-entity-filtered-type-bundle/feed)WikiDiscussions Synced 2d ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

\#Overview

Bundle Symfony criado para atualizar os dados por uma rota ajax.

\#Configuração/Uso

\####AppKernel.php

```
class AppKernel extends Kernel {

    public function registerBundles() {
        $bundles = [
            new \RafaSRibeiro\Bundle\EntityFilteredBundle\EntityFilteredTypeBundle(),
        ];

        return $bundles;
    }

```

\####config.yml

```
twig:
    form_themes:
        - 'EntityFilteredTypeBundle:Form:fields.html.twig'

```

\####AbstractType

```
use RafaSRibeiro\Bundle\EntityFilteredBundle\Component\Form\Type;
...
$form->add('field', EntityFilteredType::class, [
        'depends_on' => 'campo_dependente',
        'route_path' => 'rota_ajax'
    ]);

```

\####Opções

```
'depends_on' => Campo do formulário, no qual o campo depende.
'route_path' => Caminho do ajax para consulta de valores.
'route_method' => methodo do ajax para consulta de valores (default: get)
'loading_label' => label do select no status de carregand. (default: Carregando...)
'field_query' => campo enviado no query do ajax para filtro de valores. (default: query)
'route_key' => nome do campo chave de retorno do ajax. (default: id)
'route_label' => label do campo chave de retorno do ajax. (default: label)

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 69.2% 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 ~608 days

Total

3

Last Release

1466d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.9

v1.0.2PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bb9d12f81963d31d5b39c09642ff0915cbb69d16f3830c5a50e5904877e67a4?d=identicon)[rafaelsyprianoribeiro](/maintainers/rafaelsyprianoribeiro)

---

Top Contributors

[![RafaSRibeiro](https://avatars.githubusercontent.com/u/17642167?v=4)](https://github.com/RafaSRibeiro "RafaSRibeiro (9 commits)")[![senailibrary](https://avatars.githubusercontent.com/u/17725390?v=4)](https://github.com/senailibrary "senailibrary (4 commits)")

---

Tags

symfonybundledoctrineform

### Embed Badge

![Health badge](/badges/rafasribeiro-entity-filtered-type-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rafasribeiro-entity-filtered-type-bundle/health.svg)](https://phpackages.com/packages/rafasribeiro-entity-filtered-type-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[forumify/forumify-platform

122.0k12](/packages/forumify-forumify-platform)

PHPackages © 2026

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