When you get a new registration on your site you want to make sure it's a real person. That's the reason Captchas were invented, as well as …
php
How to Create a REST API using MongoDB
How to create a REST API using MongoDB In this article, we will create a MongoDB REST API. The data stored in the database will be …
Top 7 Best PHP API Frameworks for REST APIs
There are many PHP Frameworks, but not all are easy to learn. Also, not all PHP Frameworks enable easy REST API development. In this …
How to Use Instagram API with PHP (and Node.js)
EDITED TO ADD: Due to the COVID-19 situation, the original EOL (End of Life) for the "basic" level access to the Instagram API has been …
How to Perform Sentiment Analysis on Twitter Feeds
How can we use a sentiment analysis API to analyze twitter feeds? Politicians, CEOs, and other famous people use Twitter to share whatever …
How to Call an API from WordPress (in a Plugin) [Example]
How to Integrate an External API in WordPress How do you call an API from WordPress? A great way to do that is by using a Plugin (or …
How to Build a RESTful API in PHP (with Laravel)
PHP has been the most popular web language in the present times by being simple to maintain, and quick to create feature-rich web …
How to Send SMS Messages with PHP (using Nexmo or Twilio)
Quick Links Jump to: How to Send SMS with Nexmo How to Send SMS with Twilio How to Integrate SMS API in PHP When someone …
How to Use an API with PHP (Complete Beginner’s Guide)
PHP gained fame as easy to learn and at the same time quite powerful programming language. Throughout its history, it went through …
How To Use the Twitter API with PHP [in 4 Easy Steps]
In this blog post, you'll learn how to use the Twitter API with PHP. 1. Get Twitter API Key Credentials Before we begin, you'll need …