Tag Archives: restful web services php

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

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