chernyshev/yii2-coinhive-captcha

This package is abandoned and no longer maintained. No replacement package was suggested.

Coinhive Proof of Work Captcha for Yii2

1.0.0 2017-11-19 14:27 UTC

This package is not auto-updated.

Last update: 2021-04-03 11:02:06 UTC


README

Yii2 logo

Coinhive logo

Coinhive Proof of Work Captcha for Yii2

GitHub issues GitHub license

Coinhive offers an easy to implement captcha-like service where users need to solve a number of hashes (adjustable by you) in order to submit a form. This prevents spam at an inconvenience that is comparable to a classic captcha. All with the added benefit of earning you money.

Coinhive captcha

Installation

Composer

Composer is a widely used dependency manager for PHP packages. This Coinhive Captcha widget is available on Packagist as chernyshev/yii2-coinhive-captcha and can be installed either by running the composer require command or adding the library to your composer.json. To enable Composer for you project, refer to the project's Getting Started documentation.

To add this dependency using the command, run the following from within your project directory:

composer require chernyshev/yii2-coinhive-captcha "^1.0.0"

Alternatively, add the dependency directly to your composer.json file:

"require": {
    "chernyshev/yii2-coinhive-captcha": "^1.0.0"
}

Links