Answer the question
In order to leave comments, you need to log in
Which framework to choose for Slim or Swoft microservices?
Hello! I want to build a microservice architecture in php. Microservice tasks will require many auxiliary service components like: rpc-server , rpc-client , Auth wrapper, logging , tracing , monitoring and so on.
Writing all this from scratch will take a lot of time. Well, what to do, there is no other choice. I decided to take the Slim microframework as a basis . It is quite suitable for HTTP REST and creating microservices, fast, simple, flexible.
However, before you start "cutting" your bike, it's worth seeing if someone has already made this bike. So I came across a framework for microservices Swoft. Here I see that the framework is completely tailored for the development of microservices. Most of the components have already been implemented, there is monitoring and so on.
What can I make a superficial comparison:
Slim
Answer the question
In order to leave comments, you need to log in
as usual, the answer to such questions is that what you and your team know best, then use
symfony and it is desirable, symfony has a microservice skeleton. Better than it, because it respects and supports world code standards
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question