Skip to content

iPSWeb/php-class-check-recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

php-class-check-recaptcha

PHP Class for check Google reCaptcha V2

Example:

include('_class.recaptcha.php');
$recaptcha = new recaptcha($_POST['g-recaptcha-response'],'recaptchaSecretKey');
$response = $recaptcha->checkRecaptcha();
if($response){
  //You are a man!
}else{
  //You are a robot!
}

About

PHP Class for check Google reCaptcha V2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages