2017 © Pedro Peláez
 

cakephp-plugin cakephp-simple-captcha

Simple Captcha Plugin for CakePHP

image

siezi/cakephp-simple-captcha

Simple Captcha Plugin for CakePHP

  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 148 Forks
  • 2 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

SimpleCaptcha for CakePHP

Simple captcha plugin for CakePHP. Presents a text field with a simple math problem (plus some invisible checks)., (*1)

See: https://github.com/Schlaefer/cakephp-simple-captcha, (*2)

Install

composer require siezi/cakephp-simple-captcha

Include plugin Cake 4 style:, (*3)

$this->addPlugin(\Siezi\SimpleCaptcha\Plugin::class);

Usage Example

Insert Captcha-Field in Template

Load the helper CakePHP 4 style:, (*4)

$this->loadHelper('Siezi/SimpleCaptcha.SimpleCaptcha');

In template form:, (*5)

echo $this->SimpleCaptcha->control();

Validate Captcha in Controller

$validator = new \Siezi\SimpleCaptcha\Model\Validation\SimpleCaptchaValidator();
$errors = $validator->validate($this->request->getData());

Depending on the form you may want to merge the captcha-errors so they are displayed automatically with other form validation errors. For example if the form is backed by a user-entity:, (*6)

$yourUserEntity->setErrors($errors);

The Versions

17/04 2018

dev-master

9999999-dev https://github.com/Schlaefer/cakephp-simple-captcha

Simple Captcha Plugin for CakePHP

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

plugin cakephp captcha cake3

17/04 2018

0.4.3

0.4.3.0 https://github.com/Schlaefer/cakephp-simple-captcha

Simple Captcha Plugin for CakePHP

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

plugin cakephp captcha cake3

23/05 2015

0.4.2

0.4.2.0 https://github.com/Schlaefer/cakephp-simple-captcha

Simple Captcha Plugin for CakePHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

plugin cakephp captcha cake3

25/03 2015

0.4.1

0.4.1.0 https://github.com/Schlaefer/cakephp-simple-captcha

Simple Captcha Plugin for CakePHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

plugin cakephp captcha cake3

25/03 2015

0.4

0.4.0.0 https://github.com/Schlaefer/cakephp-simple-captcha

Simple Captcha Plugin for CakePHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

plugin cakephp captcha cake3