2017 © Pedro Peláez
 

library yii2-captcha

yii2-captcha for restful api by returning image's base64 extend yii/captcha/CaptchaAction

image

micsay/yii2-captcha

yii2-captcha for restful api by returning image's base64 extend yii/captcha/CaptchaAction

  • Tuesday, November 8, 2016
  • by micsay
  • Repository
  • 1 Watchers
  • 3 Stars
  • 66 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

yii2-captcha

installation

php composer.phar require micsay/yii2-captcha ~1.1, (*1)

Usage

use micsay\captcha\CaptchaBuilder;
\\...

public function actionCaptcha(){
    $captcha = new CaptchaBuilder();
    $verifycode = $captcha->getPharse();
    $base64 = $captcha->base64();
    return $base64;
}

API

    $captcha = new CaptchaBuilder();
    $captcha->minLength = 4;
    $captcha->maxLength = 5;
    $captcha->foreColor = 0x00ff00;
    $captcha->width = 80;
    $captcha->height = 45;

The Versions

08/11 2016

dev-master

9999999-dev

yii2-captcha for restful api by returning image's base64 extend yii/captcha/CaptchaAction

  Sources   Download

Apache License 2.0

The Requires

 

extension yii2 captcha restful base64

08/11 2016

1.1

1.1.0.0

yii2-captcha for restful api by returning image's base64 extend yii/captcha/CaptchaAction

  Sources   Download

Apache License 2.0

The Requires

 

extension yii2 captcha restful base64

08/11 2016

1.0

1.0.0.0

yii2-captcha for restful api by returning image's base64 extend yii/captcha/CaptchaAction

  Sources   Download

Apache License 2.0

The Requires

 

yii2 captcha restful base64