Category: PHP
A Guide For Stripe Integration In Website With PHP
If you are running a website, collecting an online payment then probably you heard about the Stripe Payment Gateway. Using Stripe, one can accept the…
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
PHP provides built-in DateTime class which is used for dealing with date and time. Using this class, we can print different date formats, timestamps, DateTime…
A Guide For PayPal Integration On Your Website In PHP
PayPal is no-doubt one of the most popular payment gateways for websites. Most of the websites are using PayPal to receive payments on their application….
How To Read CSV And Excel File 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…
How To Upload Images Using PHP On Cloudinary – A Free Image Hosting Service
CDN is not a new word for web developers. CDN means content delivery network or content distribution network. By hosting our CSS, JS and images…
How To Send Text Message From Website Using Nexmo API And PHP
Are you looking to send a text message from your PHP powered website? By sending text messages, you can notify users about new events, deals…
Create TinyURL Using Bitly API in PHP
Are you looking to create short links for the long URLs? Short links or TinyURL are easy to share on email and on social media….
Upload Files to Amazon S3 Using AWS PHP SDK
Do you want to upload files to Amazon S3 programmatically? Amazon S3 is a cloud storage service where one can store files, images, etc. These…
Using Google reCAPTCHA On Your Website Forms With PHP
Are you looking to integrate Google reCAPTCHA into your website? Google provides a reCAPTCHA service which adds the “I’m not a robot” checkbox in your…