PHPackages                             gri3li/symfony-messenger-serializer-plain - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gri3li/symfony-messenger-serializer-plain

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gri3li/symfony-messenger-serializer-plain
=========================================

A plain Symfony Messenger serializer without stamps handling

v1.0.0-rc(1y ago)0102MITPHPPHP &gt;=8.2

Since Sep 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/gri3li/symfony-messenger-serializer-plain)[ Packagist](https://packagist.org/packages/gri3li/symfony-messenger-serializer-plain)[ RSS](/packages/gri3li-symfony-messenger-serializer-plain/feed)WikiDiscussions main Synced 2d ago

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

PlainSerializer for Symfony Messenger
=====================================

[](#plainserializer-for-symfony-messenger)

This package provides a simplified implementation of the [`SerializerInterface`](https://github.com/symfony/messenger/blob/7.1/Transport/Serialization/SerializerInterface.php) for [Symfony Messenger](https://symfony.com/doc/current/components/messenger.html). It serializes and deserializes messages without stamps support, making it a lightweight solution for interacting with microservices that do not support the Symfony Messenger message format.

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

[](#installation)

Install the package via Composer:

```
composer require gri3li/symfony-messenger-serializer-plain

```

Usage
-----

[](#usage)

Since all messages will be serialized and deserialized as instances of `StdClass`, you will most likely need to provide custom implementations of the interfaces:

- [`SendersLocatorInterface`](https://github.com/symfony/messenger/blob/7.1/Transport/Sender/SendersLocatorInterface.php): Defines which sender will be used for dispatching a message.
- [`HandlersLocatorInterface`](https://github.com/symfony/messenger/blob/7.1/Handler/HandlersLocatorInterface.php): Defines which handler will process the message.

By creating your own implementations of these interfaces, you can retain full control over how messages are routed and handled, even without class-based differentiation.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

644d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1644876?v=4)[Mikhail Gerasimov](/maintainers/gri3li)[@gri3li](https://github.com/gri3li)

---

Top Contributors

[![gri3li](https://avatars.githubusercontent.com/u/1644876?v=4)](https://github.com/gri3li "gri3li (2 commits)")

---

Tags

symfony-messenger-serializer

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gri3li-symfony-messenger-serializer-plain/health.svg)

```
[![Health](https://phpackages.com/badges/gri3li-symfony-messenger-serializer-plain/health.svg)](https://phpackages.com/packages/gri3li-symfony-messenger-serializer-plain)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M576](/packages/shopware-core)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)

PHPackages © 2026

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