Download the PHP package dereuromark/cakephp-captcha without Composer
On this page you can find all versions of the php package dereuromark/cakephp-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dereuromark/cakephp-captcha
More information about dereuromark/cakephp-captcha
Files in dereuromark/cakephp-captcha
Download dereuromark/cakephp-captcha
More information about dereuromark/cakephp-captcha
Files in dereuromark/cakephp-captcha
Vendor dereuromark
Package cakephp-captcha
Short Description A CakePHP plugin to integrate captchas.
License MIT
Homepage https://github.com/dereuromark/cakephp-captcha
Package cakephp-captcha
Short Description A CakePHP plugin to integrate captchas.
License MIT
Homepage https://github.com/dereuromark/cakephp-captcha
Please rate this library. Is it a good library?
Informations about the package cakephp-captcha
Captcha Plugin for CakePHP
Allows any type of image-based captchas for your forms.
A CakePHP plugin to
- Easily integrate captchas in your CakePHP application.
This plugin requires CakePHP 5.0+. See version map for details.
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
Setup
and
or manually add it to your plugins.php
or Application::bootstrap()
setup.
For active captchas you also need to import the SQL schema. The quickest way is using Migrations plugin:
For the match captcha, make sure you got the gd lib installed:
sudo apt-get install php{version}-gd
Usage
See Docs.
All versions of cakephp-captcha with dependencies
PHP Build Version
Package Version
The package dereuromark/cakephp-captcha contains the following files
Loading the files please wait ....