Tag Archives: php rest api

Files/Images upload into Amazon S3 using 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.
Continue reading

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

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