Alexander Miertsch

Results 55 comments of Alexander Miertsch

Hi, cool to see some maintainers of different packages here. @webdevilopers : > @prooph actually looks huge Why? If you're only looking for a CQRS oriented message bus library you...

@webdevilopers check https://github.com/prolic/HumusAmqp our adapter will use this lib. Maintainer is @prolic who is also a maintainer of prooph components so you get both with the same high qualitiy ;)

IMHO you have to distinguish between the event itself (the fact stored in the event store) and the representation of the fact in different contexts. F.e. we usually work with...

@RalfEggert If you're looking for inspiration check out [proophessor-do](https://github.com/prooph/proophessor-do#technology-stack). Since the early days of zend-expressive this demo app is available and shows how expressive can be used to serve an...

+1 for splitting the package atm I only use the `Payload` middleware in my cargo sample. Some days ago a user opened an issue because the sample app did not...

Ran into the same issue as @mxro and my expectation would be the same! I just don't want to have $refs to be resolved and included in the file and...

@bassim prooph/service-bus is deprecated, see https://github.com/prooph/service-bus#important The service-bus-symfony-bundle won't receive any new updates. It is recommended to use symfony/messenger as a replacement

@enumag I think in that case it is easier to write your own simple software message bus. `prooph/service-bus` is a beast :D designed to run in modular enterprise applications. These...

@UFOMelkor great idea, really like it and yes MySql should be the default because reasons ;)

@gquemener repo is here: https://github.com/prooph/prooph-pack @prooph/symfony-team has write access ^^