PHPConfPH is an annual PHP Conference in the Philippines. It is the gathering of PHP experts, users and developers from large and small companies in the country.

Thursday 13th October 2016

13:30
0
Practical Guide to Developing Web API with PHP
Talk by Arul Kumaran (45 minutes)

Mobile and API ============ Design and Develop elegant web API that your mobile developers will love. You will learn how to - make your URL's meaningful and self-explanatory. - provide documentation and playground to try the API before building the client - provide proper error response that helps to resolve - protect parts of your API with one or more authentication schemes such as - OAuth, Web Tokens etc., - add access control to dictate who can do what - write less and do more with Restler Web API Framework