rahmat/intellipin

This will generate random pin.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rahmat/intellipin

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

This package is auto-updated.

Last update: 2025-12-28 14:07:55 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.