Skip to content

This script is used to integrate Google reCAPTCHA in php. We have used a simple contact form to demonstrate the Google reCAPTCHA.

Notifications You must be signed in to change notification settings

manassingh64/Google-recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Google-recaptcha

Google reCAPTCHA is a free reCAPTCHA tool to prevent your web forms from any kind of spam bot or abuse. We have developed a library in PHP to integrate Google reCAPTCHA in PHP with example.

To demonstrate the Google reCAPTCHA service, we have created a contact form and added Google reCAPTCHA checkbox. When any user checks the checkbox then our library calls the Google reCAPTCHA API and validate the user. If the Google reCAPTCHA API returns success then you can proceed with forms input.

You can see complete tutorial with step to step explanation to integrate Google reCAPTCHA in PHP.

We have created a live DEMO of Google reCAPTCHA in PHP to get more understanding. You can see the demo here.

Generate the Secret Key & Site Key from Google reCAPCTHA admin console.

Installation

  1. You can directly download the ZIP file from here and extract it in your application.
  2. Replace the below placeholder with your generated key
  3. Run the application in your server.

About

This script is used to integrate Google reCAPTCHA in php. We have used a simple contact form to demonstrate the Google reCAPTCHA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages