2017 © Pedro Peláez
 

library broadway-simple-serializer

Simple serializer for Broadway

image

simgroep/broadway-simple-serializer

Simple serializer for Broadway

  • Monday, March 6, 2017
  • by Breuls
  • Repository
  • 4 Watchers
  • 2 Stars
  • 358 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

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!, (*1)

Build Status, (*2)

Installation

Summon composer:, (*3)

$ composer require simgroep/broadway-simple-serializer

Enable the bundle:, (*4)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...

        new Simgroep\BroadwaySimpleSerializer\Bundle\SimgroepBroadwaySimpleSerializerBundle(),
    );
}

Configuration

Configure Broadway:, (*5)

broadway:
    serializer:
        payload: simgroep_broadway.simple_serializer

Enjoy!, (*6)

The Versions

06/03 2017

dev-master

9999999-dev

Simple serializer for Broadway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

06/03 2017

0.1.0

0.1.0.0

Simple serializer for Broadway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand

17/03 2016

0.0.1

0.0.1.0

Simple serializer for Broadway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richard van den Brand