Author: Sajid
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 Upload Files On Google Cloud Storage in Laravel
Do you want to integrate Google Cloud Storage with your Laravel application? You may want to use Cloud Storage to upload your files and access…
Login with LinkedIn using JavaScript and PHP
Do you want to integrate login with LinkedIn using JavaScript in your application? When we use JavaScript for social login, your users won’t leave your…
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…
Login with Facebook using JavaScript and PHP
Do you want to add a Facebook login option to your website? Nowadays users prefer to sign in through social sites instead of following the…
Login with Google using JavaScript and PHP
In the past, I have written an article on Google Login integration with PHP. Following that article, when a user clicks on the login button…
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…