PHPackages                             rbsoft/abm-generator - 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. rbsoft/abm-generator

ActiveSymfony-bundle

rbsoft/abm-generator
====================

Este bundle permite generar abm o crud en forma sencilla

012HTML

Since May 2Pushed 10y ago2 watchersCompare

[ Source](https://github.com/cachorios/ABMGenerator)[ Packagist](https://packagist.org/packages/rbsoft/abm-generator)[ RSS](/packages/rbsoft-abm-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Overview
========

[](#overview)

This Symfony2 bundle aims to provide classes to build some form types dedicated to filter an entity. Once you created your form type you will be able to update a doctrine query builder conditions from a form type.

[![Build Status](https://camo.githubusercontent.com/335b1c0279f731442c7f751d5c791d648cafaae48829b6f26c469948bab51421/68747470733a2f2f7472617669732d63692e6f72672f6c6578696b2f4c6578696b466f726d46696c74657242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/lexik/LexikFormFilterBundle)[![Project Status](https://camo.githubusercontent.com/fc942d71558d5bccdaa1065f0824149e109e2ae1869832625115568e9df2ee96/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6c6578696b2f4c6578696b466f726d46696c74657242756e646c652e706e67)](https://camo.githubusercontent.com/fc942d71558d5bccdaa1065f0824149e109e2ae1869832625115568e9df2ee96/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6c6578696b2f4c6578696b466f726d46696c74657242756e646c652e706e67)[![Latest Stable Version](https://camo.githubusercontent.com/3dd4aa1faaeab797d5f968edb291c1b5f3c5112162acbd98c50781785006fdf3/68747470733a2f2f706f7365722e707567782e6f72672f6c6578696b2f666f726d2d66696c7465722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/lexik/form-filter-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/dd4d6e57a478ffc7a6bdb69676e90af8e42e2f855313e8bd3d8b2524e27fa0fc/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31646339633664352d333639642d343934302d383461322d6630393431616535643136632f6d696e692e706e67)](https://insight.sensiolabs.com/projects/1dc9c6d5-369d-4940-84a2-f0941ae5d16c)

The idea is:

1. Create a form type extending from `Symfony\Component\Form\AbstractType` as usual.
2. Add form fields by using provided filter types (e.g. use TextFilterType::class instead of a TextType::class type) (\*).
3. Then call a service to build the query from the form instance and execute your query to get your result :).

(\*): In fact you can use any type, but if you want to apply a filter by not using a XxxFilterType::class type you will have to create a custom listener class to apply the filter for this type.

Documentation
=============

[](#documentation)

This `Symfony3.0` branch is compatible with Symfony 2.8/3.0 or higher.

For installation and how to use the bundle refer to [Resources/doc/index.md](Resources/doc/index.md)

Running the test suite
======================

[](#running-the-test-suite)

```
composer install
bin/phpunit

```

composer require rbsoft/abm-generator

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/11eb2138e47072267d55edbda683e76495ad4015ab5ee0578c9b960b92e3621b?d=identicon)[cachorios](/maintainers/cachorios)

---

Top Contributors

[![cachorios](https://avatars.githubusercontent.com/u/1560852?v=4)](https://github.com/cachorios "cachorios (20 commits)")

### Embed Badge

![Health badge](/badges/rbsoft-abm-generator/health.svg)

```
[![Health](https://phpackages.com/badges/rbsoft-abm-generator/health.svg)](https://phpackages.com/packages/rbsoft-abm-generator)
```

PHPackages © 2026

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