photo of warehouse
Posted in PHP

Caching REST API Response with PHP and MySQL

While integrating third-party REST API, you may have heard about the term Rate Limit. Usually, vendors allow a certain number of requests within a specific…

Continue Reading...
crop ethnic psychologist writing on clipboard during session
Posted in PHP

How to Submit an External Form using PHP

Recently, I published an article on website scraping using PHP. During the research, I found that Symfony components can do much more apart from website…

Continue Reading...
inspect-page
Posted in PHP

How to Build a Website Scraper in PHP

Do you want to extract the content of a web page? It requires scraping a website and fetching the content. In this tutorial, let’s build…

Continue Reading...
AWS Credentials
Posted in PHP

Extract Text From An Image using Amazon Textract and PHP

In the past, I wrote articles on how to extract text from an image. I had discussed achieving this goal using Tesseract OCR and Google…

Continue Reading...
drive-api-application
Posted in PHP

How to Integrate Google Drive API with PHP – Upload/Download/Delete File on Drive

Recently, I worked on a project where we’re dealing with the Google Drive API. We performed a few tasks like creating a folder, uploading a…

Continue Reading...
create-telegram-bot
Posted in PHP

How to Create a Telegram Bot for Sending Notifications using PHP

Do you want to build a Telegram bot that can send notifications to the entire Telegram group or channel? It can be useful when you…

Continue Reading...
cloud-vision
Posted in PHP

Integration of Google Cloud Vision in PHP

Machine learning approaches are getting popular rapidly. This approach saves a ton of time of manual work. While it’s not a guarantee of getting 100%…

Continue Reading...
Geolocation
Posted in PHP

IP Address Lookup using Abstract API and PHP

While working on applications, you might want to get the geolocation of a user. Based on a user’s geolocation, different content can be served on…

Continue Reading...
text-to-speech
Posted in PHP

Convert Text to Speech using Google Cloud and PHP

In the past, I have written an article Text-To-Speech using Amazon Polly in PHP. Recently while working on the Google Cloud platform, I found Google…

Continue Reading...
gmail_xoauth2
Posted in PHP

How to Send Email using Gmail API with PHPMailer

Emails are essential for any website. Using emails you can interact with the users for various reasons. With the help of email, you can acknowledge…

Continue Reading...