create api using php

后端 未结 5 1571
情歌与酒
情歌与酒 2020-12-18 07:24

I want to develop one simple api using php.

My functionality is that if some one enter some required values then they will get calculation result from the algorithm

5条回答
  •  庸人自扰
    2020-12-18 08:08

    The best and easiest way is to use frameworks and tools.

    I use APIATO (https://github.com/apiato/apiato) it's a flawless framework for building scalable and testable API-Centric Apps with PHP and Laravel.

    Check it out.

提交回复
热议问题