Category: 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…
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…
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…
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…
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…
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…
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%…
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…
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…
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…