dbt / makes-random-strings
A trait to add random string creation
Package info
github.com/DeBoerTool/makes-random-strings
Type:project
pkg:composer/dbt/makes-random-strings
1.0.1
2020-03-03 20:55 UTC
Requires
- php: ^7.2
Requires (Dev)
- ext-pcov: *
- friendsofphp/php-cs-fixer: ^2.15
- larapack/dd: ^1.1
- phpunit/phpunit: ^7.0
- vimeo/psalm: ^3.1
This package is auto-updated.
Last update: 2026-03-01 00:13:55 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.