PHP Package: laminas/laminas-recaptcha

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

Current Version: 3.9.0
Last Updated: 2025-12-05
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.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.9.0

Download Download v3.9.0

Previous Versions

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.9.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.