Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Abid's avatar
Level 11

Is there Microservice Example in PHP/Lumen?

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???

0 likes
3 replies
chamara's avatar

I would like to see an example like that too.

Web Confection's avatar

@chamara The question is a bit naive.

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.

Take a peek at https://www.nginx.com/wp-content/uploads/2015/01/Building_Microservices_Nginx.pdf for starters.

Good luck

1 like

Please or to participate in this conversation.