Recent Posts
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 the 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 wanted to perform create and upload operations on Google Drive…
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 and send notifications to the entire Telegram group or channel? It can be useful when you want…
How to Integrate Excel Exports and Imports in Laravel
Are you looking for import and export Excel files in Laravel? In the real world, sometimes we want to export records from the application. You…
How to use CKEditor 5 in Laravel
In the past, I have written an article on using CKEditor 4 in Laravel. One of the readers asked about integrating CKEditor 5 in Laravel….
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%…