I sure have checked out the governor framework, which claims itself as the AxonFramework portage to php.
The owner of the framework is very kind, and he has done a great job so far.
I myself have learned a lot studying the axon framework.
Axon framework being written in java, the process of porting it to php isn't simple, because a lot of complexities are introduced by the fact that java is multithreaded, and also has some nice features like nested classes (sure there is a better name for those.)
Our way of thinking is a bit different than simply trying to port the axon framework. We want to create a framework, inspired from all the other work available on the subject, and implement it step by step so we understand the real complexities behind all the concepts, and try to solve them with the tools we have in php in an elegant way.
Once again, as of today, our work has far less features to offer as broadway or governor, or axon framework and all the others others that are worth inspiring from. That said, we believe there is room for another implementation, like taylor thought there was room for laravel.