Download the PHP package siezi/cakephp-simple-captcha without Composer
On this page you can find all versions of the php package siezi/cakephp-simple-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cakephp-simple-captcha
SimpleCaptcha for CakePHP
Simple captcha plugin for CakePHP. Presents a text field with a simple math problem (plus some invisible checks).
See: https://github.com/Schlaefer/cakephp-simple-captcha
Install
Include plugin Cake 4 style:
Usage Example
Insert Captcha-Field in Template
Load the helper CakePHP 4 style:
In template form:
Validate Captcha in Controller
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:
All versions of cakephp-simple-captcha with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package siezi/cakephp-simple-captcha contains the following files
Loading the files please wait ....