Showing posts with label api. Show all posts

Login with Microsoft Account in PHP

Microsoft enables web applications to allow users login with their outlook or Microsoft account via OAuth 2.0 system. Learn how to implement login with Microsoft account in PHP using Microsoft identity platform in simple steps.

Login with Microsoft Account in PHP

Cloudflare Turnstile CAPTCHA Checkbox with PHP

Cloudflare's Turnstile is a modern alternative to other traditional CAPTCHA systems and providers. It helps to balance website's security without disturbing the user experience. Learn how to implement Cloudflare Turnstile checkbox CAPTCHA in PHP with minimal effort.

Cloudflare Turnstile CAPTCHA Checkbox

Add Google reCAPTCHA V3 to Website

Adding reCAPTCHA acts an extra layer for HTML form submissions and protects website against most common threat known as spam bots. Learn how to integrate google reCAPTCHA V3 to website in easy steps.

Add Google reCAPTCHA V3 to Website

Add Google reCAPTCHA V2 to Website

To protect websites against spam bots google provides a free reCAPTCHA service that can be integrated to a website in form of a checkbox. Learn how to add google reCAPTCHA V2 to website step by step.

Add Google reCAPTCHA V2 to Website

PayPal Payouts API Integration in PHP

PayPal Payouts allows developers to send payments to multiple recipients at the same time from a web application. This post will demonstrate how to use PayPal Payout API to send out payments in bulk in PHP.

Paypal Payouts API Integration in PHP

PayPal Checkout with Payment Buttons in PHP

PayPal is globally used electronic payment processor. People can shop online, transfer money online and receive money online using a single PayPal account. Because of its features and global reach PayPal has become a "must be included" payment method for online shopping stores.

PayPal Checkout with Payment Buttons in PHP

Create a REST API in PHP

REST APIs are used to exchange data using simple HTTP methods allowing different applications to communicate with each other over internet.

Create a REST API in PHP