Download the PHP package lakshmaji/uniquecode without Composer
On this page you can find all versions of the php package lakshmaji/uniquecode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package uniquecode
Laravel - UniqueCode
WHAT IT IS?
- This package is used to generate one-time password [ a random string or number]
INSTALLATION
- Download package form https://github.com/lakshmaji/otp .
- OR YOU CAN RUN FOLLOWING COMMAND FROM TERMINAL
- With composer you can run this line composer require lakshmaji/uniquecode
Run this command from the Terminal:
LARAVEL INTEGRATION
you need to add the service provider. Open app/config/app.php
, and add a new item to the providers array.
Then, add a Facade for more convenient usage. In app/config/app.php
add the following line to the aliases
array:
Again do composer update
METHOD, AVAILABLE PARAMETERS AND RESPONSES
Method
The message_array parameters
PARAMETER | DESCRIPTION |
---|---|
otp_length | This defines the length of the random string generated as out put |
otp_charcaters_domain | This defines the range of charcters taken to generate random string i.e, otp or verification code |
Generating OTP or verification code
Licence
@ MUTYALA ANANTHA LAKSHMAJI
All versions of uniquecode with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package lakshmaji/uniquecode contains the following files
Loading the files please wait ....