PHPackages                             invis1ble/serializer-extension-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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. invis1ble/serializer-extension-bundle

ActiveSymfony-bundle[PSR &amp; Standards](/categories/psr-standards)

invis1ble/serializer-extension-bundle
=====================================

Symfony Bundle for symfony/serializer extension.

v1.0.6(1y ago)0301MITPHPPHP &gt;=8.1

Since Jun 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Invis1ble/serializer-extension-bundle)[ Packagist](https://packagist.org/packages/invis1ble/serializer-extension-bundle)[ RSS](/packages/invis1ble-serializer-extension-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (11)Versions (9)Used By (0)

SerializerExtensionBundle
=========================

[](#serializerextensionbundle)

[![CI Status](https://github.com/Invis1ble/serializer-extension-bundle/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/Invis1ble/serializer-extension-bundle/actions/workflows/ci.yml/badge.svg?event=push)[![Code Coverage](https://camo.githubusercontent.com/7347ce36191b1ee068fc5d102f7ee912629a454f2cad7efc1bb84166a8686eaf/68747470733a2f2f636f6465636f762e696f2f67682f496e76697331626c652f73657269616c697a65722d657874656e73696f6e2d62756e646c652f67726170682f62616467652e7376673f746f6b656e3d4b37533342584552354b)](https://codecov.io/gh/Invis1ble/serializer-extension-bundle)[![Packagist](https://camo.githubusercontent.com/1f06cb71dc9ff369f2badd04fbd67f97d63ade55de48794a13fe2396ee3a7973/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f496e76697331626c652f73657269616c697a65722d657874656e73696f6e2d62756e646c652e737667)](https://packagist.org/packages/Invis1ble/serializer-extension-bundle)[![MIT licensed](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](./LICENSE)

The `SerializerExtensionBundle` provides integration of the [invis1ble/serializer-extension](https://github.com/Invis1ble/serializer-extension) library into the Symfony framework.

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 invis1ble/serializer-extension-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 invis1ble/serializer-extension-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 [
    // ...
    Invis1ble\SerializerExtensionBundle\Invis1bleSerializerExtensionBundle::class => ['all' => true],
];
```

Development
-----------

[](#development)

### Getting started

[](#getting-started)

1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)
2. Run `docker compose build --no-cache` to build fresh images
3. Run `docker compose up -d --wait` to start the Docker containers
4. Run `docker compose exec php composer install` to install dependencies
5. Run `docker compose down --remove-orphans` to stop the Docker containers.

### Check for Coding Standards violations

[](#check-for-coding-standards-violations)

Run PHP\_CodeSniffer checks:

```
docker compose exec -it php bin/php_codesniffer
```

Run PHP-CS-Fixer checks:

```
docker compose exec -it php bin/php-cs-fixer
```

Run Rector checks:

```
docker compose exec -it php bin/rector
```

Testing
-------

[](#testing)

To run Unit tests during development

```
docker compose exec php vendor/bin/phpunit
```

To run with coverage

```
XDEBUG_MODE=coverage docker compose up -d --wait
docker compose exec php vendor/bin/phpunit --coverage-clover var/log/coverage-clover.xml
```

License
-------

[](#license)

[The MIT License](./LICENSE)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

7

Last Release

705d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee28103ae5837c559d134498f46d8c6869e598e174efbc453b427610153c67e1?d=identicon)[Invis1ble](/maintainers/Invis1ble)

---

Top Contributors

[![Invis1ble](https://avatars.githubusercontent.com/u/1710944?v=4)](https://github.com/Invis1ble "Invis1ble (28 commits)")

---

Tags

denormalizerdeserializerextensionnormalizerpsrserializersymfony-bundleuriuriinterfaceurlpsrurlurinormalizerserializerextensionSymfony BundledenormalizerdeserializerUriInterface

###  Code Quality

Static AnalysisRector

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/invis1ble-serializer-extension-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/invis1ble-serializer-extension-bundle/health.svg)](https://phpackages.com/packages/invis1ble-serializer-extension-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[tilleuls/url-signer-bundle

Create and validate signed URLs with a limited lifetime in Symfony

81340.1k](/packages/tilleuls-url-signer-bundle)[freshcells/soap-client-bundle

SoapClientBundle for symfony

35151.0k](/packages/freshcells-soap-client-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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