Latest Posts From API

How to call API using HTTP basic authentication with PHP cURL?

These days, basic authentication is very common while making any API call to authenticate the request. The basic authentication works with HTTP protocol to authenticate the client's HTTP request. How basic authentication works? In a simple HTTP request, the client sends the request to the server, and the server is[...]

08th Dec 2020 Manas Singh 0
How to add hCaptcha in PHP forms with live example

In this tutorial, we will show you how to add hCaptcha in PHP forms. hCaptcha is the most growing CAPTCHA service which is the best and only one alternative of Google reCaptcha. As we know that Google reCaptcha is a widely used captcha service to prevent any kind of spambot[...]

24th Nov 2020 Manas Singh 0
Add Google reCAPTCHA V3 in PHP contact form with live demo

Google has launched a new and enhanced version of recaptcha called Google reCAPTCHA v3. It gives more security against the spam bot or abuse in your web forms. Google reCAPTCHA v3 works on the basis of spam score which means that the reCAPTCHA v3 API returns the spam score of[...]

11th Nov 2020 Manas Singh 0
Integrate Google reCAPTCHA in PHP with example

Google reCAPTCHA has now become one of the best solutions to prevent any kind of spam bot without any extra effort. The reCAPTCHA allows the user to make sure that he is a real human, and not any spam bot by clicking on the checkbox to validate. It is designed[...]

04th Nov 2020 Manas Singh 0
How to Create RestFul Api in CakePHP 3 with Mysql

To have your app restfully is a good way to increase your app audience. REST API in CakePHP 3 with Mysql is an XML-based method to allow access to your app using HTTP headers. It is light, simple, and have well-organized formats that organize even a very complex application. CakePHP[...]

23rd Sep 2016 Manas Singh 0
AngularJS Tutorial RESTful JSON Parsing

In this tutorial I am going to explain you how to parse data to your angular application using RESTful JSON or you can incorporate data using other API’s too, to do the following we are going to use $http service. Here we can parse data using RESTful JSON. AngularJS $http:[...]

16th Jul 2016 Manas Singh 0
Post into facebook page using graph API with PHP

Facebook page is the most popular social media platform in the world. Facebook provides various open-source API for developing many kinds of apps, games, social services functionality. I have used Facebook's own language named Facebook Query Language. To understand the below tutorial, you must have knowledge of Facebook application development[...]

19th Jun 2016 Manas Singh 0