I want to use a php framework to provide API interfaces for the app separately, so I don't want a large and comprehensive framework, such as ci, thinkPHP, laravel, with a good routing, orm, it is highly efficient to run. We recommend that you use a php framework to provide API interfaces for apps separately. Therefore, you do not need a large and comprehensive framework, such as ci, thinkPHP, and laravel, there are good routing, orm, and high operation efficiency. We recommend it. Thank you.
Reply content:
I want to use a php framework to provide API interfaces for the app separately, so I don't want a large and comprehensive framework, such as ci, thinkPHP, laravel, with a good routing, orm, high operation efficiency. We recommend it. Thank you.
I recommend slim or flight
Lumen + Dingo/api + apidocjs
We recommend that you use lumen + dingo/API;
However, lumen requires Laravel;
If you want to split the components, it is better to concentrate on learning a framework, and the tutorials and materials will be faster.
Of course, it depends on your accumulation. It will be better to start from what you have mastered. You can give a detailed explanation of the problem and situation. You can give a better reference. Come on!
I used CI. If Restful is not considered, it would be a good choice. The document is very comprehensive and easy to use.
The lumen mentioned above is also small and lightweight, designed specifically for data interaction.