Home > Article > Backend Development > How to choose a backend framework when writing a shopping app?
I’m going to make a shopping app similar to JD.com. It doesn’t need to be too complicated. You can just add things to the shopping cart and pay. (The maximum number of users is about 100,000)
Writing the backend interface in PHP, what framework should be better?
What suggestions do you have if you choose yii2?
Is yii2 suitable for the background framework of the app?