teamneusta/formrecaptcha
Composer 安装命令:
composer require teamneusta/formrecaptcha
包简介
Adds Google's reCAPTCHA to EXT:form
README 文档
README
Works great with reCAPTCHA v2 checkbox!
reCAPTCHA for TYPO3 EXT:form
You can either choose to define your reCAPTCHA api Keys with typoscript, or as environment variables.
Typoscript setup
Check out the typoscript constants file for it: formrecaptcha/Configuration/TypoScript/constants.typoscript
Make sure you add constants for
publicKey and privateKey.
You could also change apiScript and verificationServer but that is not necessary.
Environment variables
I suggest to use DotEnv Conntector for this composer req vlucas/phpdotenv
Define your reCAPTCHA api keys as environment variables:
GOOGLE_RECAPTCHA_PUBLIC_KEY and GOOGLE_RECAPTCHA_PRIVATE_KEY
You could also set
GOOGLE_RECAPTCHA_API_SCRIPT
and
GOOGLE_RECAPTCHA_VERIFICATION_SERVER
but that is not necessary.
统计信息
- 总下载量: 6.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-08-29