File size limit
Posted in PHP

How to Transfer Files to Remote Server in PHP

Storing files or images on an external server is common nowadays. People use cloud storage like AWS, Azure, Google Cloud, Backblaze, and their own remote…

Continue Reading...
Exchange Rates
Posted in PHP

Foreign Exchange Rates API with Currency Conversion in PHP

Recently I was working on a project where we needed to collect payment from users all over the world. The client is using Razorpay for…

Continue Reading...
Trix Editor
Posted in General

Trix – An Open Source WYSIWYG Editor for Websites

A rich text editor or WYSIWYG editor is useful for writing descriptive content that includes HTML elements and images. In the HTML Textarea tag, one…

Continue Reading...
Twitter Credentials
Posted in PHP

How to Add Twitter OAuth Login in Website with PHP

Gone are the days when a user needs to fill out the registration form, receive an email with an activation link, and then activate their…

Continue Reading...
stripe-api-credentials
Posted in Laravel

Stripe Payment Gateway Integration in Laravel

If you are running an online store or some kind of paid service, you probably need to accept card payments on your application. Stripe is…

Continue Reading...
Chunk Upload
Posted in PHP

How to Implement Chunk Upload in PHP

Recently one of our readers asked about chunk uploading in PHP. They want to upload large files in a fast and reliable way. By implementing…

Continue Reading...
Create PayPal REST API APP
Posted in Laravel

PayPal Payment Gateway Integration in Laravel

In the past, I published an article on PayPal Payment Gateway Integration in PHP. One of our readers asked about integrating the PayPal payment gateway…

Continue Reading...
Compress Image
Posted in PHP

Compress Images for Website using reSmush.it in PHP

Images make your website beautiful and add a better user experience for visitors. However, images can also affect the site’s performance and make your site…

Continue Reading...
Geolocation
Posted in PHP

Find Geolocation using IP Address in PHP

Finding the Geolocation and country information of a user is necessary for most websites. Probably you need to show different content based on a user’s…

Continue Reading...
Mailjet Get Started
Posted in PHP

Send Email using Mailjet(Alternative to Gmail SMTP Server) in PHP

The website owners regularly need to send emails to the users. If you are using PHP’s mail() function then soon you will realize your emails…

Continue Reading...