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

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

dsoloview/laravel-yandex-captcha
================================

Yandex captcha integration for Laravel

2.2.0(6mo ago)113.9k↓25%3MITPHPPHP &gt;=8.0

Since Feb 19Pushed 6mo ago1 watchersCompare

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

READMEChangelog (5)Dependencies (1)Versions (6)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 dsoloview/laravel-yandex-captcha from composer

```
  composer require dsoloview/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

```
