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...
google-cloud-storage
Posted in Laravel

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…

Continue Reading...
linkedin-app-js
Posted in Javascript

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…

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...
facebook-api-version
Posted in Javascript

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…

Continue Reading...
google-login-javascript
Posted in Javascript

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…

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