boxtwentytwo/module-cloudflare-turnstile
Composer 安装命令:
composer require boxtwentytwo/module-cloudflare-turnstile
包简介
Adds Cloudflare Turnstile support to Magento 2
README 文档
README
A module for Magento 2 that extends the built-in reCAPTCHA support to add Cloudflare Turnstile, an alternative privacy-friendly solution.
The documentation for Cloudflare Turnstile can be found here.
Features
- Supports Luma and Hyvä storefronts
- Configurable widget size, theme (light/dark), and language
- Works in all the places Magento's reCAPTCHA solution does, including:
- Customer login form
- Forgotten password form
- New customer account form
- Contact us form
- Product review forms
- Newsletter subscription form
- Checkout
- Admin login form
- Admin forgotten password form
Installation
composer require boxtwentytwo/module-cloudflare-turnstile
bin/magento module:enable BoxTwentyTwo_CloudflareTurnstile
bin/magento setup:upgrade
Usage
Configuration
Create a Cloudflare Turnstile site and secret key by following the instructions in the Cloudflare Turnstile documentation.
Keys can be configured in the Magento admin panel, in the same places as the built-in reCAPTCHA configuration:
- Stores > Configuration > Security > Google reCAPTCHA Admin Panel > Cloudflare Turnstile
- Stores > Configuration > Security > Google reCAPTCHA Storefront > Cloudflare Turnstile
Activation per form
Activate Cloudflare Turnstile on the desired forms in the same places as Magento's reCAPTCHA configuration:
- Stores > Configuration > Security > Google reCAPTCHA Admin Panel > Storefront
- Stores > Configuration > Security > Google reCAPTCHA Storefront > Storefront
Testing
Cloudflare Turnstile provides test keys that can be used to test the integration in a predictable manner. You can find the test keys in the Cloudflare Turnstile documentation.
Troubleshooting
Hyvä
In some cases, custom themes may override the display of the Turnstile widget. If, after activation from the admin panel, the widget does not appear on the forms, please check your theme's templates to ensure the widget is being called for.
For the contact form, as an example, make sure the following lines are present in the template:
<?php use Hyva\Theme\ViewModel\ReCaptcha; $recaptcha = $block->getData('viewModelRecaptcha'); ?> <?= $recaptcha ? $recaptcha->getInputHtml(ReCaptcha::RECAPTCHA_FORM_ID_CONTACT) : '' ?>
Other constants are defined in Hyvä's reCAPTCHA view model.
Contributing
Contributions are welcomed and encouraged. Please feel free to submit an issue or pull request if you find a bug or have a feature request.
Credits
Copyright (C) Sam Cleathero 2025. Licensed under GPLv3.
boxtwentytwo/module-cloudflare-turnstile 适用场景与选型建议
boxtwentytwo/module-cloudflare-turnstile 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 991 次下载、GitHub Stars 达 11, 最近一次更新时间为 2025 年 06 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 boxtwentytwo/module-cloudflare-turnstile 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 boxtwentytwo/module-cloudflare-turnstile 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 991
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-06-05