dbt/makes-random-strings

A trait to add random string creation

1.0.1 2020-03-03 20:55 UTC

This package is auto-updated.

Last update: 2024-04-29 05:05:16 UTC


README

Installation

You can install the package via composer:

composer require dbt/makes-random-strings

Usage

Use MakesRandomStringsTrait in your class and then call self::rs($int) to generate a random string of $int length.

Etc.

Please see CONTRIBUTING for details. The MIT License (MIT). Please see License File for more information.