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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -