Alexander Miertsch
Alexander Miertsch
With [interop-config](https://github.com/sandrokeil/interop-config) factories for specific EM instances can easily be created. Just provide a `AbstractEventManagerFactory` that implements the interfaces provided by interop-config, use the [ConfigurationTrait](https://github.com/sandrokeil/interop-config/blob/master/src/ConfigurationTrait.php) and mark [HasContainerId::containerId](https://github.com/sandrokeil/interop-config/blob/master/src/HasContainerId.php#L24) as abstract...
This part of the tool is not ready yet. The tweet was "just" a sneak preview ;) I used the special output formatter [JsonArangoGraphNodes](https://github.com/prooph/message-flow-analyzer/blob/master/src/Output/JsonArangoGraphNodes.php) Run the analyzer with the option...
This information is currently only available when using the `JsonCytoscapeElements` output formatter. It is collected [here](https://github.com/prooph/message-flow-analyzer/blob/master/src/Output/JsonCytoscapeElements.php#L137) You could use the result of that formatter. It includes nodes and edges information...
@kochen once the PR is merged the link to example config will reference the new example config file
@kochen regarding the problem with no edges. You run it against your own project right? Any chance you can give me more information why no edges are added? It runs...
@kochen can you try again with my latest changes? I've removed `$messageFlow->addEdge()` and always use `$messageFlow->setEdge()` now, so duplicate edges should no longer cause exceptions.
@kochen I'm analyzing a very large project with this branch. It definitely works so we need to find out why it is not working for you. Can you post some...
Can someone provide a PR to fix that problem?
A working prooph laravel demo is available here: https://github.com/camuthig/proophessor-do-laravel Would be nice if someone can compare the solution in the demo with the package here and provide a PR to...
fyi: I'm refactoring the message-flow-analyzer. New version will be available end of the week. This package is in an experimental state. The first version just created the JsonPrettyPrint output. Then...