elma/friendly-captcha-bundle
Composer 安装命令:
composer require elma/friendly-captcha-bundle
包简介
ELMA - Friendly Captcha Bundle, fork of the cors/friendly-captcha-bundle
关键字:
README 文档
README
This bundle provides easy friendlycaptcha.com form field for Symfony.
This is a fork of the [cors][https://github.com/cors-gmbh/friendly-captcha-bundle] bundle, that does not seems to be maintened, [see this PR for details][cors-gmbh#3]
The main branch works with the v2 API, see https://developer.friendlycaptcha.com/docs/v2/guides/upgrading-from-v1/backend-integration for migration instruction or use the main_v1 / v1.x version of the bundle.
Installation
Step 1: Use composer and enable Bundle
To install CORSFriendlyCaptchaBundle with Composer just type in your terminal:
php composer.phar require elma/friendly-captcha-bundle
Now, Composer will automatically download all required files, and install them
for you. All that is left to do is to update your bundles.php file, and
register the new bundle:
<?php // in config/bundles.php return [ CORS\Bundle\FriendlyCaptchaBundle\CORSFriendlyCaptchaBundle::class => ['all' => true], //... ];
Step2: Configure the bundle's
cors_friendly_captcha: sitekey: here_is_your_sitekey secret: here_is_your_api_key use_eu_endpoints: true|false
Optionally, change endpoints
cors_friendly_captcha: puzzle: endpoint: https://api.friendlycaptcha.com/api/v1/puzzle eu_endpoint: https://eu-api.friendlycaptcha.eu/api/v1/puzzle validation: endpoint: https://global.frcapi.com/api/v2/captcha/siteverify eu_endpoint: https://eu.frcapi.com/api/v2/captcha/siteverify
elma/friendly-captcha-bundle 适用场景与选型建议
elma/friendly-captcha-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 19.76k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2022 年 12 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「friendly-captcha」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 elma/friendly-captcha-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 elma/friendly-captcha-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 elma/friendly-captcha-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
CORS - Friendly Captcha Bundle
Enhances TYPO3 EXT:form with repeatable containers, linked checkboxes, custom field identifiers, PDF form filling, submission storage with backend/CLI CSV export, a backend submission module with translation-aware grouping and restore support, upload rename and cleanup workflows, form translation ha
统计信息
- 总下载量: 19.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-29