php_arrayGenerator is a php program that generates a size defined array of random elements.
- 
Ensure a local server like WampServer or XAMPP or MAMP or the LAMP stack is installed and running 
- 
Download and install the Git version control system 
- 
Install a text editor or IDE like Sublime Text or Atom or Visual Studio Code 
- 
Install a web browser like Google Chrome or Firefox 
- 
Clone the GitHub Repository php_arrayGenerator to local host 
  $ git clone https://github.com/AlainPascal/php_arrayGenerator.git
  $ cd php_arrayGenerator
- Open browser and enter the following URL localhost/php_arrayGenerator/index.php
- Add code to generate array of random strings
- Add code to generate unique array elements
Contributions to php_arrayGenerator are encouraged. Kindly refer to the To Do list and push the changes
php_arrayGenerator is licensed under the MIT License.