warifp / nd-captcha

API module integration from 2Captcha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NdCaptcha: 2Captcha

API module integration from 2Captcha.

Installation

To install Nd Captcha, simply:

$ composer require warifp/nd-captcha

For latest commit version:

$ composer require warifp/nd-captcha @dev

Requirements

PHP Nd Captcha works with PHP 7.0, 7.1, 7.2, 7.3, 7.4, and 8.0.

Quick Start and Examples

More examples are available under /examples.

require __DIR__ . '/vendor/autoload.php';

use NdCaptcha\NdCaptcha;

$recaptcha = new NdCaptcha(
    '2CAPTCHA_KEY',
    'PAGE_URL',
    'GOOGLE_KEY',
);

$captcha = $recaptcha->init();
var_dump($captcha);

About

API module integration from 2Captcha.


Languages

Language:PHP 100.0%