Category: PHP
Speech-To-Text using Amazon Transcribe in PHP
Recently I worked on a project where I was introduced to the Amazon Transcribe service. The client wanted the feature of converting speech to text…
How to Integrate Google Sheets API with PHP
In the past, I have worked on a project where we wanted to write data dynamically on the Google Spreadsheet. We achieved it by interacting…
How to Create a Meeting on Zoom using Zoom API and PHP
Recently I was working on a project where I needed to interact with the Zoom API. In the client’s application, we implemented a lot of…
Image Optimization using artisansweb/image-optimizer Package
It has been 5 years since I am running this blog. Along with this blog, I also run a YouTube channel where I share videos…
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 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…
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…
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…
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…