This is a demo codebase for getting reCAPTCHA v3 (enterprise) working in PHP.
Install the required packages by running:
composer installCreate the settings file by copying the example and filling it in:
cp settings.php.example settings.phpRun the codebase locally:
sudo php -S localhost:80Then navigate to localhost in your browser to try out the demo. If you want to test
a specific domain, then update your /etc/hosts file to point that domain to 127.0.0.1.