Category: PHP
How to Add Google OAuth Login in Website with PHP
If you are running a website having a registration page, you may want to add a Google OAuth login for the user’s convenience. Google sign-in…
mailboxlayer – A Free and Powerful API to Check If Email Is Valid(Real Email)
Email validation is an important part of web development. While working on applications, we should always check if the given email is valid or not…
Mailtrap: A Fake SMTP Server for Pre-Production Email Testing
Emails are an important part of any website. We used to send emails about user registration, newsletters, new deals, coupons, etc. Before these emails start…
How to Upload, Crop and Resize Image Using jQuery and PHP
If you are running a website, you may want to crop the image in certain scenarios. Let’s say you want to allow the user to…
Resize Image in PHP Using Intervention Image Library
Are you looking for how to resize images in PHP? While working on the web application, you need to create different thumbnails of the original…
A Guide for Stripe Integration in Website with PHP
If you are collecting an online payment on your website, you must have heard about the Stripe Payment Gateway. Using Stripe, one can accept payment…
Send Email Using Gmail SMTP Server and Swift Mailer Library
Do you want to send your emails using Gmail SMTP server? When you use the SMTP server for your emails, there is a high chance…
How to Work with PHP DateTime Using Carbon Library
PHP provides a built-in DateTime class for dealing with the date and time. Using this class, you can deal with the date and time in…
A Guide For PayPal Integration On Your Website In PHP
PayPal is no doubt one of the most popular payment gateways for websites. Most websites are using PayPal to receive payments on their application. In…
How to Read CSV and Excel Files in PHP Using PhpSpreadsheet
While working on web applications, sometimes we come across a situation where we need to import a CSV or Excel file into the database. It’s…