two classes to generate random strings with given length
- PHP 7.0 or higher
Please use Composer for the installation. For Composer documentation, please refer to getcomposer.org.
Install the module:
add to your composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/datapp/random-string-generator.git"
}
]
then run
$ php composer.phar require datapp/random-string-generator:~1.0