PHPackages                             vovarpd/laravel-anticaptcha - 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. vovarpd/laravel-anticaptcha

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

vovarpd/laravel-anticaptcha
===========================

Laravel implementation of anti-captcha.com API

v0.1.4(7y ago)350.9k↑12.8%1Apache-2.0PHPPHP &gt;=7.1

Since Feb 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/vovarpd/laravel-anticaptcha)[ Packagist](https://packagist.org/packages/vovarpd/laravel-anticaptcha)[ Docs](https://www.upwork.com/o/profiles/users/_~0145ce7ea4bc029243/)[ RSS](/packages/vovarpd-laravel-anticaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-anticaptcha
===================

[](#laravel-anticaptcha)

[![Latest Stable Version](https://camo.githubusercontent.com/49e8413bd809f7fa8e0f144ad37ef8aac9c54c5623d42df5821a954a52afc82c/68747470733a2f2f706f7365722e707567782e6f72672f766f76617270642f6c61726176656c2d616e7469636170746368612f762f737461626c65)](https://packagist.org/packages/vovarpd/laravel-anticaptcha)[![Total Downloads](https://camo.githubusercontent.com/8c2082853b327ca2376797d3dca80fe9616a167cb55b6c361378640ac1bba892/68747470733a2f2f706f7365722e707567782e6f72672f766f76617270642f6c61726176656c2d616e7469636170746368612f646f776e6c6f616473)](https://packagist.org/packages/vovarpd/laravel-anticaptcha)[![License](https://camo.githubusercontent.com/0235cfb1d39db8c73471dc1bd5767363cc8d4a53455faa723ee76d1bd76ee28a/68747470733a2f2f706f7365722e707567782e6f72672f766f76617270642f6c61726176656c2d616e7469636170746368612f6c6963656e7365)](https://packagist.org/packages/vovarpd/laravel-anticaptcha)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/01f4179e1697a5e4694863300bed3fcec0d1495669441105da10b1a1f391001b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766f76617270642f6c61726176656c2d616e7469636170746368612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/vovarpd/laravel-anticaptcha/?branch=master)[![Build Status](https://camo.githubusercontent.com/1ca06f1fe67c4e20c39fbdfad1c0d8cb91804bec164d06a3b329e0f87dee8732/68747470733a2f2f7472617669732d63692e6f72672f766f76617270642f6c61726176656c2d616e7469636170746368612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vovarpd/laravel-anticaptcha)

This Laravel package based on:

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

[](#installation)

### Composer

[](#composer)

Run the command:

```
$ composer require vovarpd/laravel-anticaptcha
```

Or

Add laravel-anticaptcha in your composer.json or create a new composer.json:

```
{
    "require": {
        "vovarpd/laravel-anticaptcha": "^0.1"
    }
}
```

Now tell composer to download the library by running the command:

```
$ php composer.phar install
```

Composer will generate the autoloader file automatically. So you only have to include this. Typically its located in the vendor dir and its called autoload.php

Then publish config file by running the command:

```
$ php artisan vendor:publish --tag=anticaptcha
```

Basic Usage:
------------

[](#basic-usage)

Set API key in config/anticaptcha.php or .env file.

```
