What is this post about? In today’s web and mobile apps web services are used to access someone else’s resources; this could be to communicate two processes over the network, get some data from a database or fire up a process in a remote host. Although there are still web services being developed based on technologies such […]
Tag Archives | PHP
Using the Google API client library for PHP
This post explains an example of use of the Google API client library for PHP, based on some code I have written recently. Introduction to Google API Google APIs Client Library for PHP provides access to many Google APIs. In this post I will show an example of use of the Google Directory API which will allow me […]