paytm-payment-gateway-india

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.

Continue reading

CRUD operations using Nodejs,MySQL and Restify

Restify is very popular nodejs restful framework to create rest api. This nodejs tutorial help to create CRUD operations for customer module ,We will create rest api to add customer, edit customer, view customer data and delete customer using restapi. I will use MySQL as database for customer table.

The node.js and MySQL both are open source so you don’t worry to purchase license for database and server.
Continue reading

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.

Continue reading

How to get containers list via rancher REST API

This Rest api tutorial help to access all containers list using rancher API. Rancher Labs develops open source software that makes it easy to deploy and manage Docker containers and Kubernetes in production on any infrastructure.Rancher is complete container management platform.Rancher provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots.
Continue reading

Creating A REST API With Lumen and MySQL – Part II

This is Part 2 of the Rest API Using Lumen tutorial, we have completed configuration of lumen and migration of database.

Now we will learn about CRUD operation REST API Using Lumen and MySQL.We will create customer module that will have add customer record, edit customer record, delete customer record and get all customers information from MySQL database.
Continue reading