2017 © Pedro Peláez
 

library captcha

Captcha library for Laravel framework.

image

luacap/captcha

Captcha library for Laravel framework.

  • Monday, January 4, 2016
  • by doanvanluan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Introduction

Captcha package for Laravel framework 4.x, (*1)

Captcha Examples, (*2)

Installation

Modify composer.json :, (*3)

{
    ...
    "require": {
        "luacap/captcha": "dev-master"
    }
}

Usage

Show captcha image:, (*4)

<?php

use Luacap\Captcha\LuacapCaptcha;

$captcha = new LuacapCaptcha;
$captcha->getCaptchaImage();

Validation captcha:, (*5)

<?php

if ($_SESSION['luacap_captcha_code'] == Input::get('input_code') {
    // passed
} else {
    // wrong
}

The Versions

04/01 2016

1.0.x-dev

1.0.9999999.9999999-dev

Captcha library for Laravel framework.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel 4 captcha spam

04/01 2016

1.0.2

1.0.2.0

Captcha library for Laravel framework.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel 4 captcha spam

23/10 2015

dev-master

9999999-dev

Captcha library for Laravel framework.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel 4 captcha spam

17/03 2015

1.0.1

1.0.1.0

Captcha library for Laravel framework.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel 4 captcha spam

08/01 2015

1.0.0

1.0.0.0

Captcha library for Laravel framework.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel 4 captcha spam