google-finance-api-php

Currency Conversion Using Google currency converter Api

This php tutorial help to create simple application to convert currency from one to another desired currency using google finance currency converter api. Google providing many useful api and libs for developers.Google finance api is another popular api for real time currency conversion from one currency to another currency.You can easily check real time currency rate using google api.
Continue reading

Building GoLang Restful API Using Echo and MySQL

This is another rest api tutorial that help to create restful api using echo framework and MySQL database. We will create CRUD operations on employee module that will have create record, get all records and delete record.

I have left update record functionality, This work for you to create rest call to update record into MySQL database.I am using MySQL database to store and get data, Already shared Creating a Go(lang) API with Echo Framework and PostgreSQL.
Continue reading

Creating a Go(lang) API with Echo Framework and PostgreSQL

This go lang tutorial help to create CRUD operation api using postgreSQL database.We will create rest api to add, edit and delete record from postgreSQL table.Its very simple and easy using ECHO web framework. This 'todo' application help to create employee record, update employee and delete employee from database using Echo framework.
Continue reading

CCAvenue Payment Gateway Integration Using PHP

CCavenue is most puplar Payment gateway for web and mobile application. CCavenue provides functionality to receive payment using International credit card, using Online Internet banking which has partnership with CCavenue and debit card(ATM card).Now its supporting UPI Payments.
Continue reading