2017 © Pedro Peláez
 

cakephp-plugin cakephp-captcha

A CakePHP plugin to integrate captchas.

image

dereuromark/cakephp-captcha

A CakePHP plugin to integrate captchas.

  • Wednesday, June 27, 2018
  • by dereuromark
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,153 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Captcha Plugin for CakePHP

CI Coverage Status Latest Stable Version Minimum PHP Version License Total Downloads Coding Standards, (*1)

Allows any type of image-based captchas for your forms., (*2)

A CakePHP plugin to

  • Easily integrate captchas in your CakePHP application.

This plugin requires CakePHP 5.0+. See version map for details., (*3)

What's in this plugin

  • Simple match captchas that will already do the trick without annoying "I can't read those letters".
  • Passive captcha option for basic protection without requiring user input ("honeypot trap").
  • Extendable interface approach to easily hook in your own engine.

What are the gotchas

  • Dead simple, no fancy JS or alike.
  • Cross-tab safe (not session based as in overwriting each other per request).
  • Completely stand-alone plugin, no third party stuff involved/needed.

Demo

See https://sandbox.dereuromark.de/sandbox/captchas, (*4)

Setup

composer require dereuromark/cakephp-captcha

and, (*5)

bin/cake plugin load Captcha

or manually add it to your plugins.php or Application::bootstrap() setup., (*6)

For active captchas you also need to import the SQL schema. The quickest way is using Migrations plugin:, (*7)

bin/cake migrations migrate -p Captcha

For the match captcha, make sure you got the gd lib installed: - sudo apt-get install php{version}-gd, (*8)

Usage

See Docs., (*9)

The Versions

27/06 2018

dev-master

9999999-dev https://github.com/dereuromark/cakephp-captcha

A CakePHP plugin to integrate captchas.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin cakephp security captchas

21/04 2018

0.1.1

0.1.1.0 https://github.com/dereuromark/cakephp-captcha

A CakePHP plugin to integrate captchas.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin cakephp security captchas

22/09 2017

0.1.0

0.1.0.0 https://github.com/dereuromark/cakephp-captcha

A CakePHP plugin to integrate captchas.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin cakephp security captchas

10/06 2016

dev-develop

dev-develop https://github.com/dereuromark/cakephp-captcha

A CakePHP plugin to integrate captchas.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin cakephp security captchas