Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 514 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 514 Bytes

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.