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 1mo 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 27% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity37

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

592d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9025e322e40cc0b7e63072b03618ea0a3cdafd198fd28fe6d431d27b4ae66f2f?d=identicon)[gri3li](/maintainers/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

[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k136](/packages/symfony-ai-platform)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[symfony/ai-agent

PHP library for building agentic applications.

30536.7k44](/packages/symfony-ai-agent)[morrislaptop/laravel-popo-caster

Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer

27643.8k](/packages/morrislaptop-laravel-popo-caster)

PHPackages © 2026

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