Skip to content

Jorgargom/Google_Recaptcha_V3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

## Google reCAPTCHA v3 example

A simple contact form, using [Google reCAPTCHA v3](https://developers.google.com/recaptcha/docs/v3) with PHP for server side validation.

Add your Site key from the reCAPTCHA dashboard on lines 9 and 12 of 'public/index.php':

<pre><code>YOUR_RECAPTCHA_SITE_KEY</code></pre>

Add your Secret key from the reCAPTCHA dashboard on line 31 of 'public/index.php':

<pre><code>YOUR_RECAPTCHA_SECRET_KEY</code></pre>

This can be run locally with <code>vagrant up</code>.


You should run the following to install the required Vagrant plugins:

<pre><code>$ vagrant plugin install vagrant-hostmanager</code></pre>

Access the website locally at http://recaptcha.local

The Vagrant box being used is [Scotchbox Pro](https://box.scotch.io/pro)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages