rahmat/intellipin

This will generate random pin.

dev-master 2023-03-28 07:51 UTC

This package is auto-updated.

Last update: 2025-06-28 12:47:12 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.