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

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

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

A collection of utilities for forms in Symfony

v1.1.3(2mo ago)131MITPHPPHP &gt;=8.2CI passing

Since Mar 14Pushed 2mo 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 yesterday

READMEChangelogDependencies (12)Versions (7)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

42

—

FairBetter than 88% of packages

Maintenance85

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~190 days

Total

6

Last Release

79d 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 (32 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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