captcha-eu/neos 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

captcha-eu/neos

最新稳定版本:1.0

Composer 安装命令:

composer require captcha-eu/neos

包简介

Form Element to integrate Captcha.eu into the Flow Form Framework

README 文档

README

Based on a fork of ahornlabs/friendly-captcha-neos - huge probs!!

Captcha.eu integration for Neos Form Framework

This package add a form element which integrates Captcha.eu verification to your form.

Please note: You need an Captcha.eu account to use these package.

Installation

The package can be installed via Composer.

$ composer require captcha-eu/neos

Configuration

You need to add your Public Key (publicKey) and Rest Key (restKey) from you Captcha.eu account. Please have a look at the official Captcha.eu-Docs if you need more informations.

CaptchaEU:
  CaptchaEU:
    publicKey: 'add-you-site-key'
    restKey: 'add-you-secret-key'

In production environment we strictly recommend to use environment variables to set the values.

Add form element with Neos.Form.Builder

Create a new form in Neos backend. Add the new Captcha.eu form element to you form.

Captche Element

Usage with Neos.Form

Simply add the new form element to your form definition renderables:

type: 'Neos.Form:Form'
identifier: someIdentifier
label: Label
renderables:
  -
    type: 'Neos.Form:Page'
    identifier: page-one
    renderables:
      -
        type: 'CaptchaEU.CaptchaEU:Captcha'
        identifier: captcha
        label: Captcha
        properties:
          publicKey: your-public-key
          restKey: your-private-key
finishers:
  -
   <Your finishers here>

Override Settings

You can override the following configurations in the node properties:

  • Public Key
  • Rest Key

统计信息

  • 总下载量: 196
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-02-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固