PHPackages                             nikazooz/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. nikazooz/laravel-captcha

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

nikazooz/laravel-captcha
========================

Laravel package to generate and validate CAPTCHA.

v1.7.0(3mo ago)03.0k↑56.7%1MITPHPPHP ^7.2|^8.0CI failing

Since Dec 12Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/nikazooz/laravel-captcha)[ Packagist](https://packagist.org/packages/nikazooz/laravel-captcha)[ RSS](/packages/nikazooz-laravel-captcha/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (18)Versions (13)Used By (0)

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:

```
