google-mailapp
Posted in 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…

Continue Reading...
twitter-api-key-secret
Posted in PHP

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….

Continue Reading...
run-apps-script
Posted in PHP

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…

Continue Reading...
tweets in excel
Posted in PHP

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…

Continue Reading...
like-retweet
Posted in PHP

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…

Continue Reading...
WordPress Search
Posted in PHP

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…

Continue Reading...
twitter-oauth-keys
Posted in PHP

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…

Continue Reading...
payment-gateway
Posted in PHP

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…

Continue Reading...
qrcode
Posted in PHP

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,…

Continue Reading...
qrcode
Posted in PHP

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…

Continue Reading...