sharkawy/random

The function of this package is to generate random letters and numbers based on the number that you will specify, and if you do not specify, you will generate 10 random letters and numbers

1.2 2023-04-29 12:21 UTC

This package is auto-updated.

Last update: 2024-09-29 15:05:35 UTC


README

Description

The function of this package is to generate random letters and numbers based on the number that you will specify, and if you do not specify, you will generate 10 random letters and numbers

Installation

    composer require sharkawy/random

Append Use

`use Sharkawy\Random\Random;`
    use Sharkawy\Random\Random;
    return Random::generateRandomString(10000);