PHPackages                             yceruto/rich-form-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. yceruto/rich-form-bundle

AbandonedArchivedSymfony-bundle[Templating &amp; Views](/categories/templating)

yceruto/rich-form-bundle
========================

Form features for Symfony applications

2.0.0(5y ago)52.2k[1 issues](https://github.com/yceruto/rich-form-bundle/issues)[4 PRs](https://github.com/yceruto/rich-form-bundle/pulls)MITPHPPHP &gt;=7.2.5

Since Mar 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/yceruto/rich-form-bundle)[ Packagist](https://packagist.org/packages/yceruto/rich-form-bundle)[ Docs](https://github.com/yceruto/RichFormBundle)[ RSS](/packages/yceruto-rich-form-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (15)Versions (8)Used By (0)

RichForm
========

[](#richform)

RichForm provides autocomplete form types with optimal performance for your Symfony applications.

[![Build Status](https://camo.githubusercontent.com/badf603502911a07013a748121d7263b0cba5255b9b09903c642bdace9fbb66a/68747470733a2f2f7472617669732d63692e6f72672f7963657275746f2f726963682d666f726d2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yceruto/rich-form-bundle)

Requirements
------------

[](#requirements)

**Backend:**

- PHP 7.1.3 or higher;
- Symfony 3.4 applications or higher;

**Frontend:**

- jQuery v3 or higher -
- Select2 v4 or higher -

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

[](#installation)

```
$ composer require yceruto/rich-form-bundle
$ php bin/console assets:install --symlink
```

Configuration
-------------

[](#configuration)

**Controller**

```
# config/routes/rich_form.yaml
rich_form:
    resource: '@RichFormBundle/Resources/config/routing/entity2.xml'
```

**Form Themes**

```
# config/packages/twig.yaml
twig:
    form_themes:
        - '@RichForm/form/fields.html.twig'
```

**Assets**

This bundle doesn't provide any version of the Select2 plugin.

```

```

**Basic Usage**

```
$formBuilder->add('category', Entity2Type::class, [
    'class' => Category::class,
]);
```

The `Entity2Type` extends from the built-in `EntityType` by adding the most awesome Select2 features: search via Ajax, pagination and custom result templates. All of them combined with the `EntityType`options like `query_builder` and new options like `search_by`, `order_by`, `max_results` and more.

License
-------

[](#license)

This software is published under the [MIT License](LICENSE)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.6% 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 ~74 days

Total

3

Last Release

2112d ago

Major Versions

1.x-dev → 2.0.02020-07-30

PHP version history (2 changes)1.0.0PHP ^7.1.3

2.0.0PHP &gt;=7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebf906be9b4bb0c2060846ce9bbfe246df4e32bb5a8741ce1971ee923db2f8ae?d=identicon)[yceruto](/maintainers/yceruto)

---

Top Contributors

[![yceruto](https://avatars.githubusercontent.com/u/2028198?v=4)](https://github.com/yceruto "yceruto (135 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (14 commits)")

---

Tags

autocompleteformssymfony-bundlesymfony-formsymfony-formtypeform

### Embed Badge

![Health badge](/badges/yceruto-rich-form-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[a2lix/translation-form-bundle

Translate your doctrine objects easily with some helpers

3376.9M38](/packages/a2lix-translation-form-bundle)[craue/formflow-bundle

Multi-step forms for your Symfony project.

7484.0M13](/packages/craue-formflow-bundle)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[genemu/form-bundle

Extra form types for your Symfony2 projects

5842.1M12](/packages/genemu-form-bundle)

PHPackages © 2026

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