rattler/honeypot-bundle
最新稳定版本:2.0.1
Composer 安装命令:
composer require rattler/honeypot-bundle
包简介
Rattler Honeypot Bundle
关键字:
README 文档
README
A Symfony bundle that provides a very simple invisible Honeypot form type
For Symfony 2 use version 1.0.
Installation
Add bundle to composer.json
"require": {
// ...
"rattler/honeypot-bundle": "~2.0",
}
Enable RattlerHoneypotBundle
// config/bundles.php
return [
// ...
Rattler\HoneypotBundle\RattlerHoneypotBundle::class => ['all' => true],
];
Usage
Add the following to to an existing form.
$builder->add('text', HoneypotType::class);
The name of the field can be changed to anything (generic names seems to work better).
统计信息
- 总下载量: 19.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2015-04-02