rahmat / intellipin
This will generate random pin.
dev-master
2023-03-28 07:51 UTC
This package is auto-updated.
Last update: 2026-03-28 14:37:09 UTC
README
This will generate a random pin in effective way with some restrictions.
Installation
In order install this package, Just run the following command and it will auto discover the package resources.
composer require rahmat/intellipin
Configuration
php artisan migrate
After the migration, the below new table will be present:
pins— stores utilised pins.
Usage
use Rahmat\Intellipin; RandomPin::generate(); RandomPin::generate(6); //with length
License
Intellipin is free software distributed under the terms of the MIT license.