Answer the question
In order to leave comments, you need to log in
What PHP micro-framework to take for a simple REST API with authorization, and not from the "big three"?
For three months I didn’t deal with Laravel, now I needed to quickly raise the REST API - I climbed up and realized that I had already forgotten everything in this Laravel.
I would do it on Express.js, but heavy database queries are expected there, and in these cases, the node seems to be not recommended.
Please advise some good REST API microframework that would be so simple that you won't forget it in 3 months :D
Not just Lumen or Slim, but something really simple. With good documentation and cookbook :)
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
Maybe in the Swagger editor , throw in API specs and automatically generate a server and a client using them in any of the proposed languages / frameworks?
For example, a server under the same Lumen, Slim, Silex, Symfony, Node.js
I would do it on Express.js, but heavy database queries are expected there, and in these cases, the node seems not to be recommended.
There is also Swoft
Not one of the big three, and requires Swoole to work, but very fast, and for an author who wrote in Laravel, working with the database will look familiar.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question