Speech to Text
Posted in 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…

Continue Reading...
Google Sheet
Posted in PHP

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…

Continue Reading...
App Credentials
Posted in PHP

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…

Continue Reading...
image optimizer
Posted in PHP

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…

Continue Reading...
Polly Console
Posted in PHP

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…

Continue Reading...
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...
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...
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...
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...