Most modern cloud software provides APIs through which you can connect to data and integrate it into the software when necessary. Microsoft Power Flow is an excellent tool that can be used to connect to these data sources to automate…
Expand +Tag: API
What is a RESTful API?
The RESTful API or REST (Representational State Transfer) API is an easy way to handle communication between individual systems as different as smartphones and other low overhead websites. It is an application program interface (API) that uses HTTP requests for…
Expand +How to Integrate 2Checkout Payment Gateway in PHP
If you have ecommerce website and you want to accept payment via credit card or debit card from your website then 2Checkout Payment Gateway is the easy solution. In this article, i will show you an easy way to integrate…
Expand +Export Gmail Contacts in PHP
Hello! In this post i will show you how to export gmail contacts in PHP after entering the gmail credentials using google oauth2. It will display all google contacts of that particular Email account and also i will give you…
Expand +Distance calculator between two places using google map API in php
Hello! In this post, you will learn how to calculate distance between two places using google map API in php.Here you will calculate by air distance between two countries. See below ..how to do it. Distance Calculation Distance:
Expand +