znframework/package-captcha
最新稳定版本:8.22.0
Composer 安装命令:
composer require znframework/package-captcha
包简介
ZN Framework Captcha Package
关键字:
README 文档
README
ZN Framework Captcha Package
Follow the steps below for installation and use.
Installation
You only need to run the following code for the installation.
composer require znframework/package-captcha
Documentation
Click for documentation of your library.
Example Usage
Basic level usage is shown below.
<?php require 'vendor/autoload.php'; ZN\ZN::run(); echo Captcha::size(250, 60) ->length(8) ->borderColor('255|0|0') ->bgColor('255|255|255') ->path('test') ->create(true);
统计信息
- 总下载量: 7.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-16