PHPackages                             studodev/form-util-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. studodev/form-util-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

studodev/form-util-bundle
=========================

A collection of utilities for forms in Symfony

v1.1.2(5mo ago)131MITPHPPHP &gt;=8.2CI passing

Since Mar 14Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/studodev/form-util-bundle)[ Packagist](https://packagist.org/packages/studodev/form-util-bundle)[ RSS](/packages/studodev-form-util-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

FormUtilBundle
==============

[](#formutilbundle)

A collection of utilities for forms in Symfony

Features
--------

[](#features)

- Disable client side validation
- Compute accept attribute on `FileType` based on constraints in form or data class
- Constraint to block disposable email domains

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

[](#installation)

```
composer require studodev/form-util-bundle

```

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

[](#configuration)

Create the configuration file at path `config/packages/form_util.yaml`

### Exemple

[](#exemple)

```
form_util:
    disable_client_validation: true
    enable_constraint_based_accept_attribute: true
```

Usage
-----

[](#usage)

### Block disposable email domains

[](#block-disposable-email-domains)

```
class User {
    // ....

    #[Assert\Email]
    #[NotDisposableEmail]
    private string $email;

    // ....
}
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance70

Regular maintenance activity

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~156 days

Total

5

Last Release

171d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d96f5d1866f9960f0e676a6f1c83cd19470de3aa0bdf886cfed128f7d2b178e?d=identicon)[rdelbaere](/maintainers/rdelbaere)

---

Top Contributors

[![rdelbaere](https://avatars.githubusercontent.com/u/18659808?v=4)](https://github.com/rdelbaere "rdelbaere (30 commits)")

---

Tags

symfonybundleformutil

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/studodev-form-util-bundle/health.svg)

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

###  Alternatives

[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[barryvdh/laravel-form-bridge

This packages integrates Symfony Form Component in Laravel.

163354.8k1](/packages/barryvdh-laravel-form-bridge)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)[norberttech/aceeditor-bundle

Bundle that integrate excellent JavaScript ace editor into Symfony Form.

28310.8k](/packages/norberttech-aceeditor-bundle)[beelab/recaptcha2-bundle

Provide Google Recaptcha2 form type

55455.1k1](/packages/beelab-recaptcha2-bundle)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9546.7k2](/packages/jbtronics-settings-bundle)

PHPackages © 2026

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