Large project in Laravel vs Lumen

PHP
· · 5627 views

REST Api based project for call center where high traffic is there. we choose micro-service architecture. Now Which one have better permformance Laravel api as micro serive or lumen api as micro service ? Min request approx is 2000 at time.

0
2 Answers

Lumen is mainly for smaller applications, and its community is also very small as compare to Laravel. Because the Lumen community is small, so if you stuck on something then it would be difficult to get a solution for that problem.

So, I recommend you Laravel. If you create a well-optimized Laravel app then it can handle a very large number of requests.

0

thanks for reply

1
Nakul Kumar
Nakul Kumar ·

You are welcome.

Please login or create new account to participate in this conversation.