aldobarr / random-string-generator
Generates cryptographically strong random strings
v1.1.1
2021-05-30 04:45 UTC
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-04-08 02:06:35 UTC
README
Two classes to generate random strings with given length
Requirements
- PHP 7.0 or higher
Installation
Please use Composer for the installation. For Composer documentation, please refer to getcomposer.org.
Install the module:
$ composer require aldobarr/random-string-generator
License
This is a fork of Manuel Dimmler's random string generator licensed under the Apache 2.0 license.