webites/simple-captcha
最新稳定版本:0.1.2
Composer 安装命令:
composer require webites/simple-captcha
包简介
Simple PHP tools for Captcha - user filtering
README 文档
README
Lightweight library for filter and block spam bots with simple captcha. You can add captcha to your form, middleware or any other place in your project.
Installation
composer require webites/simple-captcha
Usage
You have any options to use this library.
Block by IP
Use class BlockByIp to filter IP addresses.
This method automatically block user with 403 status code.
use Webites\SimpleCaptcha\IP\Infrastructure\Blocker\BlockByIp;
( new BlockByIp() )
->filter(['10.10.10.10', '10.10.10.11']);
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-23