php 验证码
github.com/pingmalu/captcha
源代码
问题
安装: 12
依赖: 0
建议者: 0
安全: 0
星标: 0
关注者: 3
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 405cd6fe10eed4e18dc55f03c6a88d28fcd922eb
Simplecaptchamalu
This package is not auto-updated.
Last update: 2024-09-21 14:57:08 UTC
composer require malu/captcha
<?php require_once __DIR__ . '/../vendor/autoload.php'; // Autoload files using Composer autoload use Malu\Captcha\Captcha; $captcha = new Captcha; $captcha->show();