I would like to see an example of how a microservice architecture is structured and how each services are communicated with other for an app. Is there any example available in PHP or better in Lumen???
A micro-service solution tends to exploit many technologies and many implementations of Lumen/other solutions.
I work with micro-services and we must have 100+ repositories deployed on the AWS platform inside docker containers and Lambda functions and lots of SQS/SNS queues exploiting the "pub/sub" model. On a daily basis I am confronted with PHP, NodeJs and GoLang server side solutions.