https://github.com/inimist/cakephp-captcha-demo
CakePHP Captcha Demo to display Google Recaptcha, Image and Math Question Challenge
https://github.com/inimist/cakephp-captcha-demo
bot-detection cakephp-application cakephp-captcha cakephp-plugin cakephp3 captcha data-security security spam-prevention spam-protection webforms
Last synced: 13 days ago
JSON representation
CakePHP Captcha Demo to display Google Recaptcha, Image and Math Question Challenge
- Host: GitHub
- URL: https://github.com/inimist/cakephp-captcha-demo
- Owner: inimist
- Created: 2019-10-21T10:09:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T12:31:19.000Z (about 6 years ago)
- Last Synced: 2025-05-29T17:41:01.004Z (8 months ago)
- Topics: bot-detection, cakephp-application, cakephp-captcha, cakephp-plugin, cakephp3, captcha, data-security, security, spam-prevention, spam-protection, webforms
- Language: PHP
- Homepage: https://captcha.inimisttech.com
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Captcha Demo plugin for CakePHP 3
**Requires** [CakePHP 3 Captcha Plugin](https://github.com/inimist/cakephp3-captcha)
## Installation
You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).
The recommended way to install composer packages is:
```
composer require inimist/captcha-demo
```
And
```
bin/cake plugin load CaptchaDemo -b -r
```
Create captcha_demo table using Migrations plugin:
```
bin/cake migrations migrate -p CaptchaDemo
```
After installation visit `my_app_url/captcha-demo/`