PHP code example of castillo-n / recaptcha-v3calls

1. Go to this page and download the library: Download castillo-n/recaptcha-v3calls library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

castillo-n / recaptcha-v3calls example snippets

 echo Recaptcha::htmlInsideTheFormCallInsert('btn btn-light form-control'); 
 echo Recaptcha::jsCallInsert("my_awesome_form");