PHP demo for REST API implementation
- Put files under your htdocs directory
- Open Postman for posting data.
Below end points are available
- http://localhost/area/circle/2/ with GET method
- http://localhost/area/square/?length=2 with GET method
- http://localhost/area/rectangle/ with POST method and JSON data as Body content. Example of JSON data: { "width": 2, "height": 3 }