PHP Package: anhskohbo/no-captcha

An SEO-optimized PHP library for implementing CAPTCHA functionality in web applications effectively and securely.

Current Version: 3.7.0
Last Updated: 2025-02-25
PHP Requirement: >=5.5.5
Dependencies:
phpunit/phpunit
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

No-captcha is a robust PHP library designed to simplify the implementation of CAPTCHA in web applications, enhancing security measures and user experience. With its seamless integration and advanced features, it offers a reliable solution to combat spam and protect websites from malicious activities.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.7.0

Download Download v3.7.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/anhskohbo/no-captcha/3.7.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.5/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';

use Anhskohbo\NoCaptcha\NoCaptcha;
use Anhskohbo\NoCaptcha\NoCaptchaServiceProvider;

$obj = new NoCaptcha();
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.