Author: Sajid
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…