taymaz / scode
receipt Security code in custom type
1.0
2021-12-17 09:35 UTC
This package is not auto-updated.
Last update: 2024-11-19 01:20:05 UTC
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();