PHP Package: laminas/laminas-recaptcha

Laminas reCAPTCHA PHP library for securing forms with advanced validation and protection.

Current Version: 3.8.0
Last Updated: 2024-10-24
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies: None

Package Description

Laminas reCAPTCHA is a robust PHP library for integrating Google reCAPTCHA into your applications, enhancing security and protecting against spam and abuse. It provides seamless integration with customizable options and advanced features to ensure a secure user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.8.0

Download Download v3.8.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/laminas/laminas-recaptcha/3.8.0/loader.php';


echo '✅ Library loaded.';
?>

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.