PHPackages                             avtonom/form-helper-error-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. avtonom/form-helper-error-bundle

ActiveSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

avtonom/form-helper-error-bundle
================================

Symfony form error message text

v1.1.5(6y ago)01.1kMITPHPPHP &gt;=5.3.2

Since Oct 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Avtonom/form-helper-error-bundle)[ Packagist](https://packagist.org/packages/avtonom/form-helper-error-bundle)[ Docs](https://github.com/Avtonom/form-helper-error-bundle)[ RSS](/packages/avtonom-form-helper-error-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

Symfony 2 form error message text
=================================

[](#symfony-2-form-error-message-text)

Page bundle:

```
composer.phar require avtonom/form-helper-error-bundle ~1.1
```

Switching `~1.1` for the most recent tag.

Add the bundle to app/AppKernel.php

```
$bundles(
    ...
        new FormHelper\ErrorBundle\FormHelperErrorBundle(),
    ...
);
```

#### Use

[](#use)

Symfony 3.3.15 and translator default disabled in config.

```
framework:
    translator: { fallbacks: ['%locale%'] }

```

```
services:
    app:
        class: AppCommand
        arguments:
            - "@form.helper.error"

```

```
$this->formErrorHelper->getErrorsAsArray($form)
```

### Need Help?

[](#need-help)

1. Create an issue if you've found a bug,

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~61 days

Total

6

Last Release

2514d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851a2d4f8d02604c04bd2c4331a901e4fc92ed7ec1371cbceafb48c2495efc8c?d=identicon)[avtonomspb](/maintainers/avtonomspb)

---

Tags

bundleerrorSymfony2form

### Embed Badge

![Health badge](/badges/avtonom-form-helper-error-bundle/health.svg)

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

###  Alternatives

[isometriks/spam-bundle

Provides spam protection for Symfony forms

46200.6k1](/packages/isometriks-spam-bundle)[qossmic/rich-model-forms-bundle

Provides additional data mapper options that ease the use of the Symfony Form component with rich models.

218278.7k](/packages/qossmic-rich-model-forms-bundle)[apy/jsfv-bundle

Symfony2 Javascript Form Validation Bundle with localisation support

92770.5k](/packages/apy-jsfv-bundle)[nucleos/antispam-bundle

This bundle provides some basic features to reduce spam in symfony forms.

52105.1k](/packages/nucleos-antispam-bundle)[fsi/admin-bundle

FSi Admin Bundle. Admin generator for Symfony.

5849.2k7](/packages/fsi-admin-bundle)[j-ben87/parsley-bundle

Convert Symfony constraints into data-attributes for client-side validation with Parsley.

1432.7k](/packages/j-ben87-parsley-bundle)

PHPackages © 2026

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