PHPackages                             simgroep/broadway-simple-serializer - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. simgroep/broadway-simple-serializer

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

simgroep/broadway-simple-serializer
===================================

Simple serializer for Broadway

0.1.0(9y ago)2410MITPHPPHP &gt;=5.5.9

Since Mar 17Pushed 9y ago6 watchersCompare

[ Source](https://github.com/simgroep/broadway-simple-serializer)[ Packagist](https://packagist.org/packages/simgroep/broadway-simple-serializer)[ RSS](/packages/simgroep-broadway-simple-serializer/feed)WikiDiscussions master Synced 1mo ago

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

BroadwaySimpleSerializer
------------------------

[](#broadwaysimpleserializer)

At SIMgroep we're really fond of DDD, CQRS and event sourcing. We build our applications using the Symfony framework and Broadway. One of the things in Broadway that requires a lot of repetitions is implementing the `Broadway\Serializer\Serializable` for your domain events. The serializer in this repository aims to solve this problem. Yes, this is a little bit of magic. And magic is evil. Use it wisely!

[![Build Status](https://camo.githubusercontent.com/8b06b45755a519d27bbd4bc0ba81d5ffe9701dbe918bae3a557bb611bac43640/68747470733a2f2f7472617669732d63692e6f72672f73696d67726f65702f62726f61647761792d73696d706c652d73657269616c697a65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/simgroep/broadway-simple-serializer)

Installation
============

[](#installation)

Summon composer:

```
$ composer require simgroep/broadway-simple-serializer

```

Enable the bundle:

```
