This Rest API tutorial help to create REST API using PHP Restful API Framework SLIM for any android, IOS, Angularjs etc application.
(more…)Paypal Payment Gateway Integration with PHP

Paypal is the most popular payment gateway to send and receive money using web applications and mobile. PayPal provides functionality to receive and send funds using the internet.
(more…)Paytm Payment Gateway Integration Using PHP

Paytm is a very popular payment gateway in India for mobile payment and as well as for website online payment. Paytm is very simple and flat pricing for all business, like you will sell goods in 100(INR) then you will receive an amount of around 97.66(INR). Paytm is the safest and most secure payment gateway in India for online transactions.
(more…)WordPress Rest api Example and Uses

WordPress is popular PHP CMS for blogs, forums or websites. Rest API is a popular way to communicate different applications on the web in a gentle way. The Rest API is unable to access your site’s data through an easy-to-use HTTP REST API.
(more…)How to Create a Simple REST API Using Slim Framework -Part II

This is a second part tutorial on Simple Restful API Example of CRUD Operation Using Slim framework.
We have configured MySQL with the slim framework, we have also created customer table into the database, Added CORS module for CROSS origin issue of rest API access from other application.
(more…)HTTP Status Codes With Example

HTTP response status is identified using Hypertext Transfer Protocol (HTTP) codes. There are five different types of HTTP status codes. Each one has a three-digit integer value. The class of code response is defined by the first digit of the HTTP Status Code, and the class of codes is represented by the final two digits.
(more…)