PHP Package: google/recaptcha

Google reCAPTCHA PHP library for secure form submission and protection against spam bots.

Current Version: 1.3.0
Last Updated: 2023-02-18
PHP Requirement: >=8
Dependencies: None

Package Description

The Google reCAPTCHA PHP library provides a powerful tool to enhance your website's security by integrating Google's advanced CAPTCHA service. Protect your forms from unwanted spam submissions while ensuring a seamless user experience. With easy integration and robust functionality, this library is essential for modern web applications looking to maintain high security standards.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.3.0

Download Download v1.3.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/google/recaptcha/1.3.0/loader.php';
use Google\Recaptcha\Recaptcha;

$obj = new Recaptcha();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.