Category: PHP
Send Emails using Google Apps Script and PHP
In the past, I have written about sending website emails using the Gmail API. Though it works perfectly, its flow is a little bit complex…
Stream Tweets in Real-Time using PHP
Twitter API provides a platform to stream real-time public tweets. This feature is helpful to know about current trends, and what people are talking about….
How to Read & Write Data on Google Sheets using Apps Script and PHP
Do you want to read from and write data to Google Sheets using PHP? Sometimes you need to build a flow to programmatically send data…
Download Tweets By Keywords, Mentions, Or Hashtags Using PHP
Data plays an important role in an online business. People are always looking for data in order to build their business strategies. Twitter is a…
Twitter API – Like And Retweet A Tweet Using PHP
Recently while working on a client’s project, we came across a situation where the client wants to like and retweet all tweets from a specific…
How to Search Tweets by username using Twitter API
In this article, I show you how to use Twitter’s Search API to get tweets from a particular user. You may want to integrate this…
How to Integrate Twitter OAuth 2.0 in PHP + (Regenerate Access Token using OAuth 2.0)
Do you want to integrate Twitter OAuth 2.0 into your application? While interacting with Twitter API 2, you need to deal with OAuth 2.0. In…
PayFast Payment Gateway Integration in PHP
Do you want to integrate the PayFast payment gateway into your application? In this article, I will show you the integration of the PayFast payment…
Dynamically Generate vCard QR Code using PHP, JavaScript, and Ajax
A Virtual Contact Card aka vCard is used to share contact details on mobile devices. With vCard one can save details like name, contact numbers,…
Dynamically Generate QR Code using PHP, JavaScript, and Ajax
You may want to generate a QR code for many reasons. The QR codes are easy to share with people. As I want to show…