exadium/silverstripe-invisible-spam-protection
Composer 安装命令:
composer require exadium/silverstripe-invisible-spam-protection
包简介
Very simple anti spam protection based on principle that automated spammers enter bogus information in all form fields. Field is added to form that is hidden using CSS hiding it from human users. Form is only allowed to be submitted if field is empty. Includes an EditableInvisibleSpamField to integr
README 文档
README
Maintainers
- Marijn Kampf (Nickname: marijnkampf)
http://www.exadium.com/tools/silverstripe/modules/invisible-spam-protection-module/
Sponsored by Exadium Web Development
Introduction
Very simple anti spam protection based on principle that automated spammers enter bogus information in all form fields.
Field is added to form that is hidden using CSS hiding it from human users.
Form is only allowed to be submitted if field is empty.
Includes an EditableInvisibleSpamField to integrate with the UserForms module.
Requirements
- Spam Protection
- SilverStripe 3.#
Install Spam Protection Module
The Spam Protection Module (http://silverstripe.org/spam-protection-module) provides the basic interface for managing the spam protection. If your are not using composer to manage your dependencies , you have to install this module manually.
Setting up InvisibleSpamProtection
With composer (recomended)
Add this to your composer.json:
{ "require": { "exadium/silverstripe-invisible-spam-protection": "dev-master" } }
or execute the following command
composer require "exadium/silverstripe-invisible-spam-protection"
to install the module. If you have set your minimum-stability to stable, you may need to install the spam-protection-module explicitly:
composer require "silverstripe/spamprotection": "1.0.x-dev"
without composer (traditional way)
Download the module and extract it, into a folder which should be named InvisibleSpamProtection.
Enable the Module
Yml configuration add to your config.yml file or create spamprotection.yml with the following:
---
name: spamprotection
---
FormSpamProtectionExtension:
default_spam_protector: InvisibleSpamProtector
Or enable anti spam in mysite/_config.php by adding line
SpamProtectorManager::set_spam_protector('InvisibleSpamProtector');
exadium/silverstripe-invisible-spam-protection 适用场景与选型建议
exadium/silverstripe-invisible-spam-protection 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.11k 次下载、GitHub Stars 达 11, 最近一次更新时间为 2015 年 04 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「module」 「spam」 「silverstripe」 「anti-spam」 「protection」 「unintrusive」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 exadium/silverstripe-invisible-spam-protection 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 exadium/silverstripe-invisible-spam-protection 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 exadium/silverstripe-invisible-spam-protection 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Simple captcha generator
reCAPTCHA library
Client library for reCAPTCHA with proxy support, a free service that protects websites from spam and abuse.
Analytics chooser extensions for site settings.
Display clickable eMail-Adresses without being spamed
统计信息
- 总下载量: 2.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 23
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-04-17