Download the PHP package tomcizek/prooph-response-recorder without Composer
On this page you can find all versions of the php package tomcizek/prooph-response-recorder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomcizek/prooph-response-recorder
More information about tomcizek/prooph-response-recorder
Files in tomcizek/prooph-response-recorder
Package prooph-response-recorder
Short Description Evil tool for prooph when you want to temporary hide your synchronous CQRS backend behind request/response interface to use in legacy REST or WebApp controllers.
License MIT
Informations about the package prooph-response-recorder
tomcizek/prooph-response-recorder
This is "evil" tool for prooph toolbox.
Why bother then?
If you want to release minimum viable product and you dont want to deal with asynchronous stuff on frontend, like optimistic UI and error handling, because you do not care your commands are processed synchronously, you can hide your synchronous CQRS backend behind request/response interface.
Then you can have nice "proophful backend", well ready to make it asynchronous, but use it with simple or legacy request/response REST or WebApp controllers for frontend. Using this is considered as bad practice, because you loose all good thing prooph can offer to frontend.
But you can use this and when you prove your business concept is good, you can make your frontend shiny and asynchronousful.
Quick start
1) Install this library through composer
composer require tomcizek/prooph-response-recorder
Contribute
Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
All versions of prooph-response-recorder with dependencies
prooph/event-sourcing Version ^5.2
prooph/service-bus Version ^6.1
psr/container Version ^1.0
psr/log Version ^1.0