PHPackages                             mtarld/json-encoder-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. [API Development](/categories/api)
4. /
5. mtarld/json-encoder-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

mtarld/json-encoder-bundle
==========================

A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.

0.1.1(2y ago)103711MITPHPPHP &gt;=8.2

Since Mar 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mtarld/json-encoder-bundle)[ Packagist](https://packagist.org/packages/mtarld/json-encoder-bundle)[ RSS](/packages/mtarld-json-encoder-bundle/feed)WikiDiscussions main Synced 2w ago

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

JsonEncoderBundle
=================

[](#jsonencoderbundle)

A bundle that make the code of the [JsonEncoder component PR](https://github.com/symfony/symfony/pull/51718)available.

Installation
------------

[](#installation)

### Applications that use Symfony Flex

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

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

```
$ composer require mtarld/json-encoder-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 mtarld/json-encoder-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 [
    // ...
    Mtarld\JsonEncoderBundle\JsonEncoderBundle::class => ['all' => true],
];
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.3% 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 ~4 days

Total

2

Last Release

878d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/74210240f5b6fc7ffbe0638a27676c1d148aa1094b9c5be9a58cb15d0d4355e2?d=identicon)[mtarld](/maintainers/mtarld)

---

Top Contributors

[![mtarld](https://avatars.githubusercontent.com/u/4955509?v=4)](https://github.com/mtarld "mtarld (18 commits)")[![Korbeil](https://avatars.githubusercontent.com/u/944409?v=4)](https://github.com/Korbeil "Korbeil (4 commits)")[![mathias-drdata](https://avatars.githubusercontent.com/u/165805988?v=4)](https://github.com/mathias-drdata "mathias-drdata (1 commits)")

### Embed Badge

![Health badge](/badges/mtarld-json-encoder-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mtarld-json-encoder-bundle/health.svg)](https://phpackages.com/packages/mtarld-json-encoder-bundle)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M235](/packages/sulu-sulu)[symfony/json-streamer

Provides powerful methods to read/write data structures from/into JSON streams.

21682.7k38](/packages/symfony-json-streamer)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[zircote/swagger-php

Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations

5.3k148.6M671](/packages/zircote-swagger-php)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.4k68.6M278](/packages/nelmio-api-doc-bundle)

PHPackages © 2026

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