Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 650 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 650 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:

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

Support