Category: PHP
Upload Files to Google Cloud Storage using PHP
Google Cloud Storage is a service for storing your objects. Here the objects can be anything like images, zip, spreadsheets, PDF, or any document. Storing…
Dynamically Translate Text using Google Translation API in PHP
Do you want to integrate a service that allows you to translate text into different languages? You are probably building a multi-language website where you…
Sentiment Analysis using Natural Language API in PHP
Customer feedback helps to build a better product, monitor a business. But, if you are getting tons of feedback then it’s hard to analyze them…
How to Send Email using Gmail API in PHP
When it comes to a website, we have to send emails to the users for various reasons. PHP provides a mail() function but there are…
Alpha Vantage – Integrate Free Stock APIs in PHP
Recently I have worked on a project where we wanted to integrate free stock APIs. During the research, we came across the Alpha Vantage service…
How to Read and Write Spreadsheet Files in PHP
While working on web applications, often we come across a situation where we need to play with spreadsheet files. We may want to read data…
How to Create Zoom Meetings with PHP and JWT
In the past, I have written an article that explains creating a Zoom Meeting with PHP and OAuth. One of our readers asked about creating…
A Guide on hCaptcha Integration with PHP
Recently one of our readers asked about hCapctha integration on a website. The hCaptcha is a nice alternative to the Google reCAPTCHA service. In this…
Write Data to OneDrive Sheet using Microsoft Graph API and PHP
Recently, I have published an article How to Integrate Google Sheets API with PHP where I explained how to write data to the Google Sheet…
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…