nimah79 / f3-simplecaptcha
CAPTCHA Plugin for PHP Fat-Free Framework
v1.0
2019-07-20 14:37 UTC
Requires
- php: >=5.4.0
- ext-gd: *
Suggests
- ext-imagick: For better CAPTCHA image generation
This package is auto-updated.
Last update: 2024-10-26 04:32:12 UTC
README
This is a CPATHCA plugin for the PHP Fat-Free Framework.
Installation
Using Composer
composer require nimah79/f3-simplecaptcha
Quick Start
$captcha = new SimpleCaptcha(); // Change configuration $captcha->session_var = 'SESSION.session_var'; $captcha->render();