RESTful API

REST API CRUD using PHP

In this tutorial, we are going to create a RESTful web service in PHP for performing the CRUD operations. In previous tutorials, we have see ...

April 4th, 2017

REST API Search Implementation in PHP

In this tutorial, we will implement search using PHP REST API. I have created a RESTful web service in PHP to search the database table data ...

March 30th, 2017

PHP MySQL REST API for Android

PHP REST API backed up with a MySQL database is a very common schematic of an Enterprise mobile application. When the scenario requires data ...

February 8th, 2017

PHP RESTful Web Service API – Part 1 – Introduction with Step-by-step Example

Comprehensive introduction to RESTful service concept with step by step example and tutorial to learn, build RESTful web services using PHP. ...

October 18th, 2015

↑ Back to Top