Skip to content

inicialsolucoes/recaptcha-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recaptcha (PHP)

PHP class to validate Google reCAPTCHA.

With this class you can

  • Validate Google reCAPTCHA

Depencies

  • Web server with PHP support
  • PHP extension CURL enabled

Composer

$ composer require inicial/recaptcha-php

Usage

See php files in examples folder

Note

Read documentation on Google reCAPTCHA oficcial site.

Report any bug or suggest changes using git issues.