Easy Captcha
A lightweight, pure PHP image-based CAPTCHA package. No external APIs, no bloat, just security.
Get Started
Pure dynamic image generation using PHP GD. No third-party dependencies or external API calls required.
Supports Math problems, Random text, Alphabet-only, and Numeric-only CAPTCHAs out of the box.
Support for Google reCAPTCHA v2/v3 and Cloudflare Turnstile with minimal configuration.
Comes with a convenient `@easyCaptcha` blade directive for instant implementation in your forms.
composer require souravmsh/easy-captcha
Ready to go in less than 60 seconds.