Posted in 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…

Continue Reading...
Posted in PHP

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…

Continue Reading...
Posted in PHP

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…

Continue Reading...
Create a thumbnail
Posted in PHP

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…

Continue Reading...
Create a thumbnail
Posted in PHP

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…

Continue Reading...
Posted in PHP

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…

Continue Reading...
Email
Posted in PHP

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…

Continue Reading...
DateTime
Posted in PHP

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…

Continue Reading...
Posted in PHP

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…

Continue Reading...
write-csv-excel-file
Posted in PHP

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…

Continue Reading...