message-flow-analyzer icon indicating copy to clipboard operation
message-flow-analyzer copied to clipboard

Static code analyzer for message flow in a prooph powered project

Results 7 message-flow-analyzer issues
Sort by recently updated
recently updated
newest added

This PR contains a complete rewrite of the internal message flow structure. I've simplified the structure to only use `nodes` and `edges` instead of messages, handlers, aggregates, ... Those are...

After experiencing this issue #3 and increasing the `memory_limit` I encounter these error messages: ``` Roave\BetterReflection\Reflection\ReflectionClass "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator" could not be found in the located source ``` This was solved by...

@codeliner @prolic could you set that up?

`mgmt-ui` accepts only `JsonCytoscapeElements` formatted json flow file, while the default for the analyzer is `JsonPrettyPrint`. I'd either switch the default or mention that in the README.

options: - cache - index - code optimization

enhancement

@codeliner I saw your [tweet](https://twitter.com/prooph_software/status/927497776178581504) about this tool and wanted to try it. I successfully generated a `prooph_message_flow.json` file for my project. Now I would like to turn it into...

If each entry in the output has a `from` and `to` definition, maybe via UUIDs, we can build a graph e.g. for ArangoDb.