taymaz/scode
Composer 安装命令:
composer require taymaz/scode
包简介
receipt Security code in custom type
README 文档
README
scode
receipt Security code in custom type get Verification code too easy with one line code
Install
From your terminal:
composer require taymaz/scode
This starts to install scode package its working with composer so you can use it to easy.
Basic use
in your app where you like add this part of code to get Verification code and use it .
First require package
use Taymaz\Scode\Scode;
then Add this code to get Verification code
this code going to return pin code like : 8456
Scode::pinCode()->apply();
you can also get code with particular lentgh size :
Scode::pinCode()->size(6)->apply();
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-13