Building GoLang Restful API Using Echo and MySQL

golang-echo-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.
(more…)

EBS Payment Gateway Integration Using PHP

This is another PHP payment gateway integration tutorial, Here I will discuss about integration of EBS (E-Billing Solutions) with PHP.EBS is most popular and widely used payment method for online e-commerce.You can do payment using via fable card, debit cards and Net banking using EBS. The EBS support various bank to allow payment using Net Banking.

This tutorial explained easy steps to integrate EBS payment gateway with PHP.
(more…)

Files/Images upload into Amazon S3 using PHP

image-upload-amazon-s3-php

Amazon Simple Storage Service (Amazon S3) is most popular cloud platform to host web apps and datas .This PHP tutorial help to upload file to Amazon s3 server using web service and PHP.

Amazon Web Services (AWS) provides a low cost, reliable and secure foundation for you to use as you build and deliver Software as a Service (SaaS) solutions to the customers.There are a lot of techies uses amazon cloud to host images and files on amazon s3 server, these help to easy and fast access of resource and reduces file load time with bandwidth.
(more…)