PHP Package: gregwar/captcha

Gregwar's PHP library for generating CAPTCHA images to enhance website security and prevent spam bots.

Current Version: 1.3.0
Last Updated: 2025-06-23
PHP Requirement: >=5.3.0
Dependencies: None

Package Description

The Gregwar CAPTCHA library offers an effective solution to protect websites from automated abuse by generating and verifying CAPTCHA images. With a range of customization options, this library provides developers with a versatile tool to safeguard online forms and user interactions. By integrating this library, websites can enhance their security measures and improve the overall user experience.

🔗 View on GitHub

Download Latest Version: 1.3.0

Download Download v1.3.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/gregwar/captcha/1.3.0/loader.php';
use Gregwar\Captcha\CaptchaBuilder;
use Gregwar\Captcha\PhraseRenderer\PhraseRenderer;
use Gregwar\Captcha\PhraseRenderer\Gimpy;

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