Text-To-Speech using Amazon Polly in PHP
Do you ever want a program that can convert text to speech in PHP? It’d be something like uploading your speech in text format and…
How to Create a Blog with Laravel
Laravel is the most popular PHP framework. People prefer this framework to build their web applications. While building a website with Laravel, you probably want…
Login with Twitter in Laravel Using Laravel Socialite
In the past, I have published an article on Login with Twitter in PHP. One of our readers asked to write an article on login…
How to Create Honeypot for Battling Form Spam in Laravel
Once your website goes live very soon you will start receiving spam from your website forms. Spambots write a computer program that just fills out…
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…
PayKun Payment Gateway Integration in Laravel
Are you running an online store in India? Then probably you are looking for a payment gateway through which you can accept customer’s payments online….
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…