PHPackages                             iiirxs/validation-error-normalizer-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. iiirxs/validation-error-normalizer-bundle

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

iiirxs/validation-error-normalizer-bundle
=========================================

A Symfony bundle to serialize symfony validation form errors or constraint violation lists

1.0.0(6y ago)0901MITPHPPHP ^7.1.3

Since Mar 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/iiirxs/validation-error-normalizer-bundle)[ Packagist](https://packagist.org/packages/iiirxs/validation-error-normalizer-bundle)[ RSS](/packages/iiirxs-validation-error-normalizer-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (1)

Usage
=====

[](#usage)

This bundle provides normalizers to convert form errors or constraint violation lists to arrays. By installing the bundle, these normalizers are automatically registered as services and tagged as serializer.normalizer.

- Use **IIIRxs\\ValidationErrorNormalizerBundle\\Serializer\\FormValidationErrorNormalizer** for to normalize form errors
- Use **IIIRxs\\ValidationErrorNormalizerBundle\\Serializer\\ConstraintViolationListNormalizer** to normalize contraint violation lists.

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require iiirxs/validation-error-normalizer-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require iiirxs/validation-error-normalizer-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    IIIRxs\ValidationErrorNormalizerBundle\IIIRxsValidationErrorNormalizerBundle::class => ['all' => true],
];
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2259d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1456198?v=4)[iiirxs](/maintainers/iiirxs)[@iiirxs](https://github.com/iiirxs)

---

Top Contributors

[![iiirxs](https://avatars.githubusercontent.com/u/1456198?v=4)](https://github.com/iiirxs "iiirxs (8 commits)")

### Embed Badge

![Health badge](/badges/iiirxs-validation-error-normalizer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/iiirxs-validation-error-normalizer-bundle/health.svg)](https://phpackages.com/packages/iiirxs-validation-error-normalizer-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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[cuyz/valinor-bundle

Symfony integration of `cuyz/valinor` — a library that helps to map any input into a strongly-typed value object structure.

51215.0k2](/packages/cuyz-valinor-bundle)

PHPackages © 2026

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