dbt / makes-random-strings
A trait to add random string creation
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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: 2024-10-29 06:24: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.