PHPackages                             haskel/map-serializer-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. [HTTP &amp; Networking](/categories/http)
4. /
5. haskel/map-serializer-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

haskel/map-serializer-bundle
============================

This Bundle integrates library haskel/map-serializer into Symfony

v0.1(5y ago)024MITPHP

Since Oct 17Pushed 5y agoCompare

[ Source](https://github.com/haskel/map-serializer-bundle)[ Packagist](https://packagist.org/packages/haskel/map-serializer-bundle)[ RSS](/packages/haskel-map-serializer-bundle/feed)WikiDiscussions master Synced 3w ago

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

Map Serializer Bundle
=====================

[](#map-serializer-bundle)

Symfony Bundle for map-serialiser component

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

[](#installation)

```
composer require haskel/map-serializer-bundle
```

Usage
-----

[](#usage)

Add bundle to `config/bundles.php`

```
Haskel\MapSerializerBundle\MapSerializerBundle::class => ['all' => true]
```

Add yaml schemas to `config/map_serializer`Example `config/map_serializer/User.yaml` :

```
App\Entity\User:
  default:
    id: 'int'
    username: 'string'
    isActive: 'boolean'
    group: 'default'
    role: 'string'
    name: 'string'
    email: 'string'

  simple:
    id: 'int'
    name: 'string'

  public:
    username: 'string'
    email: 'string'
    name: 'string'
```

Well, your response will be processed by `\Haskel\MapSerializerBundle\EventListener\ResponseListener`

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

2084d ago

### Community

Maintainers

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

---

Top Contributors

[![haskel](https://avatars.githubusercontent.com/u/721087?v=4)](https://github.com/haskel "haskel (10 commits)")

---

Tags

map-serializermapperphpserializationserializersymfony-bundlerest

### Embed Badge

![Health badge](/badges/haskel-map-serializer-bundle/health.svg)

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

###  Alternatives

[zircote/swagger-php

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

5.3k144.5M587](/packages/zircote-swagger-php)[psr/link

Common interfaces for HTTP links

2.5k152.8M84](/packages/psr-link)[league/fractal

Handle the output of complex data structures ready for API output.

3.5k66.1M553](/packages/league-fractal)[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k75.9M341](/packages/friendsofsymfony-rest-bundle)[lexik/jwt-authentication-bundle

This bundle provides JWT authentication for your Symfony REST API

2.6k62.6M256](/packages/lexik-jwt-authentication-bundle)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.4k67.4M262](/packages/nelmio-api-doc-bundle)

PHPackages © 2026

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