PHPackages                             akostdev/laravel-yandex-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. akostdev/laravel-yandex-captcha

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

akostdev/laravel-yandex-captcha
===============================

Yandex captcha integration for Laravel

v1.0.0(6mo ago)08MITPHPPHP &gt;=8.2

Since Oct 15Pushed 6mo agoCompare

[ Source](https://github.com/AkostDev/laravel-yandex-captcha)[ Packagist](https://packagist.org/packages/akostdev/laravel-yandex-captcha)[ RSS](/packages/akostdev-laravel-yandex-captcha/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### Laravel Yandex Captcha

[](#laravel-yandex-captcha)

A small package that will allow you to use Yandex SmartCaptcha in your Laravel app

Features
--------

[](#features)

- Easy to use Yandex SmartCaptcha Blade component
- Easy to use Yandex SmartCaptcha validation

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

[](#installation)

Install AkostDev/laravel-yandex-captcha from composer

```
  composer require akostdev/laravel-yandex-captcha
```

Usage
-----

[](#usage)

1. Add to your .env `YANDEX_CAPTCHA_CLIENT_KEY``YANDEX_CAPTCHA_SERVER_KEY`
2. Publish config

```
php artisan vendor:publish --tag=yandex-captcha-config
```

3. Add the Blade component to the form that needs a captcha

```

 @csrf

Send

```

4. Add YandexCaptcha validation rule

```
