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(4mo ago)131MITPHPPHP &gt;=8.2CI passing

Since Mar 14Pushed 4mo 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 2w ago

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

41

—

FairBetter than 87% of packages

Maintenance77

Regular maintenance activity

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

124d 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.3k18.3M429](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)[jolicode/media-bundle

A media management bundle for Symfony applications, with Easyadmin and SonataAdmin integrations.

11716.7k](/packages/jolicode-media-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19376.7k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

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