chaodada/vcode

验证码扩展

dev-master 2018-11-30 02:07 UTC

This package is auto-updated.

Last update: 2024-05-29 04:09:06 UTC


README

安装

composer require chaodada/Vcode:dev-master

使用

include "./vendor/autoload.php";

use VcodeName\Vcode;

$code = new Vcode(150, 80, 6); $code->outimg();