PHPackages                             nvasic88/laravel-captcha - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. nvasic88/laravel-captcha

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

nvasic88/laravel-captcha
========================

Laravel package to generate and validate CAPTCHA.

09PHP

Since Jun 14Pushed 3y agoCompare

[ Source](https://github.com/nvasic88/laravel-captcha)[ Packagist](https://packagist.org/packages/nvasic88/laravel-captcha)[ RSS](/packages/nvasic88-laravel-captcha/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Temporary cloned project
========================

[](#temporary-cloned-project)

Project is updated clone of  to match Laravel 9 and 10 dependency for Biologer project update

Laravel Captcha
===============

[](#laravel-captcha)

Package for Laravel to easily generate and validate CAPTCHA.

Requirements
------------

[](#requirements)

VersionPHPLaravelStatus0.1.\*&gt;=7.0^5.5Not supported1.\*&gt;=7.2&gt;=6.0SupportedImageMagick or GD extension for PHP is required to use with included drivers.

> Verification code is stored in session, so session needs to be active on validated route and on web middleware group.

Installation
------------

[](#installation)

```
composer require nikazooz/laravel-captcha

```

Configuration
-------------

[](#configuration)

To change configurations, you need to publish the configurations file.

```
php artisan vendor:publish --provider="Nikazooz\LaravelCaptcha\CaptchaServiceProvider"

```

Reading the config file is the best way to find out what can be configured.

Usage
-----

[](#usage)

Easily get URL at which CAPTCHA image is available using the facade:

```
