Credit Card
Posted in Laravel

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…

Continue Reading...
Google Sheet
Posted in PHP

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…

Continue Reading...
Newsletter
Posted in WordPress

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…

Continue Reading...
App Credentials
Posted in PHP

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…

Continue Reading...
Authorize.Net Transaction
Posted in Laravel

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…

Continue Reading...
image optimizer
Posted in PHP

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…

Continue Reading...
Polly Console
Posted in PHP

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…

Continue Reading...
Blog
Posted in Laravel

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…

Continue Reading...
Login Form
Posted in Laravel

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…

Continue Reading...
Honeypot
Posted in Laravel

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…

Continue Reading...