2017 © Pedro PelĂĄez
 

yii2-extension yii2-coinhive-captcha

Yii2 widget for using CoinHive captcha in application forms.

image

maximal/yii2-coinhive-captcha

Yii2 widget for using CoinHive captcha in application forms.

  • Thursday, December 21, 2017
  • by maximal
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CoinHive captcha for Yii2

This widget implements CoinHive proof-of-work captcha for your Yii2 web application. From a website owner’s perspective the CoinHive captcha works exactly like a conventional captcha, such as Google’s reCaptcha., (*1)

The captcha is embeded as a usual Yii2 widget for ActiveForm with any of your model. User client side generates a token. The token is submitted together with the other form data. Then bundled captcha validator confirms this token on your server through CoinHive HTTP API., (*2)

Unlike with a conventional captcha however, the user does not have to “proof they’re human”. Instead, the captcha is a “proof of work” — making it uneconomic for spammers to game your system., (*3)

GIF demo, (*4)

  • https://coinhive.com/documentation/captcha — CoinHive captcha documentation;
  • http://www.yiiframework.com — Yii framework;
  • https://maximals.ru — widget author’s website (Russian).

The Versions

21/12 2017

dev-master

9999999-dev https://github.com/maximal/yii2-coinhive-captcha

Yii2 widget for using CoinHive captcha in application forms.

  Sources   Download

MIT BSD-3-Clause

The Requires

 

extension yii2 captcha widget blockchain coinhive