Do I need a framework to build a REST API in PHP? -
i new php (about 8 months). building web app, ready beta. starting think need make mobile version of app.
as understand, should building rest api (please correct me if i'm wrong). not using php framework web app. should be?
should begin using framework more implement api? or can build api without framework @ all?
short answer no, don't need framework achieve target.
but easier if use framework manage api. suggest go lightweight framework , maybe can convert webapp framework too, having 1 "app" return 2 different "things" (web stuff & api).
take @ laravel, laravel 4 based rest api or list of popular php rest api frameworks can used build one.
Comments
Post a Comment