/random-string-generator

two classes to generate random strings

Primary LanguagePHPApache License 2.0Apache-2.0

RandomStringGenerator

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.