You can install the package via composer:
composer require dbt/makes-random-strings
Use MakesRandomStringsTrait
in your class and then call self::rs($int)
to generate a random string of $int
length.
Please see CONTRIBUTING for details. The MIT License (MIT). Please see License File for more information.