Author: Sajid
How to use CKEditor 5 in Laravel
In the past, I have written an article on using CKEditor 4 in Laravel. One of the readers asked about integrating CKEditor 5 in Laravel….
Integration of Google Cloud Vision in PHP
Machine learning approaches are getting popular rapidly. This approach saves a ton of time of manual work. While it’s not a guarantee of getting 100%…
IP Address Lookup using Abstract API and PHP
While working on applications, you might want to get the geolocation of a user. Based on a user’s geolocation, different content can be served on…
Convert Text to Speech using Google Cloud and PHP
In the past, I have written an article Text-To-Speech using Amazon Polly in PHP. Recently while working on the Google Cloud platform, I found Google…
12 WordPress Security Vulnerabilities & Risks and Tips to Fix Them
WordPress websites are always at the risk of attacks and hacks though WordPress is inherently a secure platform. Why is that? One reason is the…
How to Send Email using Gmail API with PHPMailer
Emails are essentials for any website. Using emails you can interact with the users for various reasons. You can acknowledge them for some actions, urge…
Speech to Text using Google Cloud Speech API
Do you want to convert your Speech to Text? Google Cloud provides a Speech-to-Text API that allows you to generate a transcript from your audio…
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…