shadowprince/forman-recaptcha
Composer 安装命令:
composer require shadowprince/forman-recaptcha
包简介
Recaptcha plugin for shadowprince/forman
README 文档
README
Forman-Recaptcha - plugin for forman, adding field Recaptcha for easy recaptcha integration. It validates on validate() method, sets errors; you just need to add new \Forman\Field\Recaptcha() to your form to use it.
$form = new \Forman\Form( new \Forman\Field\Value("name"), (new \Forman\Field\Recaptcha())->setKeys("private", "public") );
You can set default keys by
\Forman\Field\Recaptcha::defaultKeys("private", "public");
Uses recaptcha/php5.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2013-10-15