Some common php frameworks that support restful are recommended. thank you for the commonly used php frameworks that support restful.
Reply content:
Some common php frameworks that support restful are available. thank you!
There is no doubt that it is slim, the so-called restful is mainly for the url design, it requires that the http verb and resource request are separated. That is, we hope that our url does not contain semantic words such as post get delete put. When designing APIs, we design interfaces in the rest form. Slim can be well implemented and is recommended.
Also recently written slim tutorials, interested can look at the http://www.loadphp1.cn/archive...
It is almost the standard of mature frameworks. if you only need Restful and are familiar with Laravel, you can consider Laravel's lightweight Lumen and remove things such as templates from Laravel.
In addition, Laravel itself can also be used. for minimalism, you can consider Slim and Phalcon for performance.
General PHP frameworks support restful. Yii2, thinkphp, etc.
YII2/Laravel.
Slim is too convenient and simple, followed by THinkPHP
Slim lumen
Yii/Laravel
I think Laravel is pretty good.