nimah79/f3-simplecaptcha

PHP Fat-Free Framework 的 CAPTCHA 插件

v1.0 2019-07-20 14:37 UTC

This package is auto-updated.

Last update: 2024-09-26 04:17:55 UTC


README

这是一个为 PHP Fat-Free Framework 定制的 CPATHCA 插件。

安装

使用 Composer

composer require nimah79/f3-simplecaptcha 

快速开始

$captcha = new SimpleCaptcha();

// Change configuration
$captcha->session_var = 'SESSION.session_var';

$captcha->render();

演示

https://raw.githubusercontent.com/nimah79/f3-simplecaptcha/master/demo.png