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

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

fussraider/laravel-yandex-captcha
=================================

Yandex captcha integration for Laravel

2.2.0(9mo ago)0199MITPHPPHP &gt;=8.0

Since Sep 24Pushed 9mo agoCompare

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

READMEChangelogDependencies (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 fussraider/laravel-yandex-captcha from composer

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

    ```
