I have spent so much time learning and develop PHP web service for my android app and website. There are a lot of tutorials available but what I feel from those tutorials that they are not writing for a basic PHP learner. I want to solve this. Therefore I am starting this tutorial for all PHP beginner learners. We will go step by step with a detailed analysis of code. You will learn here to develop web service, how to consume rest API in PHP website and android app. So bookmark this website.
For a beginner, What is REST or RESTful API development
A RESTful API is an application program interface (
API) that uses
HTTP requests to GET, PUT, POST, and DELETE data.
A RESTful API -- also referred to as a RESTful web service -- is based on representational state transfer (
REST) technology, an architectural style, and approach to communications often used in
web services development.