dev-master
9999999-dev https://github.com/nebiros/google-simple-recaptcha-clientGoogle's Simple reCAPTCHA Client
MIT
The Requires
- php >=5.3.0
by Juan Felipe Alvarez Saldarriaga
api captcha google client simple recaptcha
Wallogit.com
2017 © Pedro Peláez
Google's Simple reCAPTCHA Client
Google's simple reCAPTCHA client, this client is just a refactored version of Google's PHP reCAPTCHA lib., (*1)
use Nebiros\GoogleSimpleRecaptchaClient\Client as RecaptchaClient; $recaptchaClient = new RecaptchaClient($recaptchaSecret); $resp = $recaptchaClient->verifyResponse( $_SERVER["REMOTE_ADDR"], $_POST["g-recaptcha-response"] );
Google's Simple reCAPTCHA Client
MIT
api captcha google client simple recaptcha