inicial / recaptcha-php
Google reCAPTCHA Validate (PHP)
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/inicial/recaptcha-php
Requires
- php: >=5.3
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-09-14 09:22:21 UTC
README
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.