Author: Sajid
PayPal Payments Pro Integration in Laravel
I have written an article about accepting credit card payments using PayPal Payments Pro in PHP. One of the readers asked me how to do…
How to Integrate Google Sheets API with PHP
In the past, I have worked on a project where we wanted to write data dynamically on the Google Spreadsheet. We achieved it by interacting…
MailChimp Integration with Contact Form 7 Plugin
Contact Form 7 is one of the most popular plugins among WordPress users. At the time of writing this article, the plugin has 5+ million…
How to Create a Meeting on Zoom using Zoom API and PHP
Recently I was working on a project where I needed to interact with the Zoom API. In the client’s application, we implemented a lot of…
Authorize.Net Payment Gateway Integration in Laravel
Authorize.Net is one of the most trusted and popular payment solutions on the Internet. If you are running an online store and wish to receive…
Image Optimization using artisansweb/image-optimizer Package
It has been 5 years since I am running this blog. Along with this blog, I also run a YouTube channel where I share videos…
Text-To-Speech using Amazon Polly in PHP
Do you ever want a program that can convert text to speech in PHP? It’d be something like uploading your speech in text format and…
How to Create a Blog with Laravel
Laravel is the most popular PHP framework. People prefer this framework to build their web applications. While building a website with Laravel, you probably want…
Login with Twitter in Laravel Using Laravel Socialite
In the past, I have published an article on Login with Twitter in PHP. One of our readers asked to write an article on login…
How to Create Honeypot for Battling Form Spam in Laravel
Once your website goes live very soon you will start receiving spam from your website forms. Spambots write a computer program that just fills out…