New: proophAll contenthive-129948hive-196917krhive-166405zzanhive-185836hive-183959steemhive-180932hive-150122photographyhive-144064hive-101145hive-183397hive-184714uncommonlabhive-188619hive-145157bitcoinhive-103599hive-193637hive-193186hive-180106krsuccesshive-179660TrendingNewHotLikersprolic (27)in php • 7 years agoWhy there will be no Kafka EventStore in proophtl;dr When even Greg Young, the author of the original EventStore implementation ( says that it's a bad idea to implement a Kafka EventStore, than it's a bad idea. The prooph-team will not provide…prolic (27)in programming • 8 years agoInheritance with Aggregate Roots in ProophEvent-StoreIf you want to make inheritance work with aggregate roots using a common repository for all subtypes, this can be achieved very easily. You need the latest ProophEvent-Store v6.1 ( to do this. An…prolic (27)in programming • 8 years agoAuthorization and Event Sourcing with prooph and ZF2 / ZF3Authorization with prooph components and event sourced aggregates roots are a common problem to solve. Here is a short explanation on how to do this using Zend\Authentication. First of all, we need…