Category Archives: Web Service


January 10, 2024 5:01 am

How to Configure Google Cloud API in PHP


How to Configure Google Cloud API in PHP
Google has many amazing services and today i have chosen Google cloud printing its a really amazing service for offices to manage there printings etc.You have to set a printer with a computer and connect it with Google cloud printer and use this library on you web so any one can easily print from that website by uploading a file.

[ Read More ]


December 17, 2023 5:01 am

Create a web service with PHP


Create a web service with PHP
Web Service are typical Application Programming Interface (API) or Web APIs can accessed via Hypertext Transfer Protocol (HTTP) with an XML serialization in conjunction with other Web-related standards.

[ Read More ]


November 16, 2016 9:52 am

Create YouTube Video Search Engine with jQuery


Create YouTube Video Search Engine with jQuery
This code snippet I found on codepen and found it interesting so sharing it with my readers, It's a simple jQuery script help you to search videos on YouTube you can search any video on YouTube publicly available. It's a very simple and easy to configure jQuery snippet let's make YouTube search engine site with jQuery.

[ Read More ]


August 11, 2016 7:41 am

Create a job searching page in PHP with Indeed APIs


Create a job searching page in PHP with Indeed APIs
We have created a job searching page on PHPGang here where you can search jobs and its powered by Indeed APIs and PHP. Today I am publishing that code and page with my readers so you can easily create job searching and you can earn from there affiliation.

[ Read More ]


April 3, 2016 9:24 pm

Executing code if user made a purchase in PayPal


Executing code if user made a purchase in PayPal
Using PDT, you can verify that a user actually made a purchase. If you have some auto redirect after a user made a purchase and check only the GET parameters of the return URL then any user could trigger the “thank you” page without actually having purchased anything. This might be a problem if you want to send the user a file, allow him access to a portion of the website only if he actually makes the payment or set some database value for the user to indicate that he has paid for the thing.

[ Read More ]


December 23, 2015 7:08 pm

Creating a Text-to-Speech API part 1


Creating a Text-to-Speech API part 1
To create a Text-to-Speech or Speech Synthesis API we will be using eSpeak. eSpeak is a speech synthesizer which supports many languages and is available for Linux, Android, OSX, Windows and Solaris. It can also be used as a command line program which can be very useful to developers. Moreover, some Linux distributions come with eSpeak pre installed and available for use in Terminal (such as Ubuntu).

[ Read More ]


March 11, 2014 6:36 pm

Simple PHP REST API with Slim, PHP & MySQL


Simple PHP REST API with Slim, PHP & MySQL
I have received many requests from readers and after lots of searching I found out a light weight frame work to create RESTful Web services Tutorial. There are a number of frame works available and the one I chose is SLIM (it is a micro framework that helps you efficiently write powerful web services). This tutorial gives you complete examples of creating full Restful API using multiple HTTP methods like GET, POSTPUT and DELETE. You would get the output in JSON and create a user data for all options, download code available.

[ Read More ]